#73DC66

Color #73DC66 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #73DC66

Tints of Pastel Green #73DC66

Color information

#73DC66 (or 0x73DC66) is unknown color: approx Pastel Green. HEX triplet: 73, DC and 66. RGB value is (115,220,102). Sum of RGB (Red+Green+Blue) = 115+220+102=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DC66 is #8C2399. Grayscale: #AFAFAF. Windows color (decimal): -9184154 or 6741107. OLE color: 6741107.

HSL color Cylindrical-coordinate representation of color #73DC66: hue angle of 113.39º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73DC66 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB115220102-
CMYK0.4800.540.14
HSL113.39º62.77%63.14%-
HSV(B)113.39º53.64%86.27%-
XYZ35.0655.7921.49-
YUV175.1586.7185.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 26.32%
GREEN value IS 220 (86.33% from 255) = 50.34%
BLUE value IS 102 (40.23% from 255) = 23.34%
R=26.32%
G=50.34%
B=23.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1152201020.4800.540.14113.3962.7763.14
Hex73DC6630036E713f3f
Octal16333414660066161617777
Binary1110011110111001100110110000011011011101110001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73DC66; }

 p { color: rgb(115,220,102); }

 H1.HeaderClassName
 {
   color: #73DC66;
 }
 .AnyTagClassName
 {
   color: #73DC66;
 }
</style>
background-color css

<style>
 a { background-color: #73DC66; }

 a { background-color: rgb(115,220,102); }

 div.DivClassName
 {
   background-color: #73DC66;
 }
 .BgClassName
 {
   background-color: #73DC66;
 }
</style>
border-color css

<style>
 span { border-color: #73DC66; }

 span { border-color: rgb(115,220,102); }

 td.TdClassName
 {
   border-color: #73DC66;
 }
 .TagClassName
 {
   border-color: #73DC66;
 }
</style>