#62CC80

Color #62CC80 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #62CC80

Tints of Emerald #62CC80

Color information

#62CC80 (or 0x62CC80) is unknown color: approx Emerald. HEX triplet: 62, CC and 80. RGB value is (98,204,128). Sum of RGB (Red+Green+Blue) = 98+204+128=430 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.79% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #62CC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62CC80 is #9D337F. Grayscale: #A3A3A3. Windows color (decimal): -10302336 or 8440930. OLE color: 8440930.

HSL color Cylindrical-coordinate representation of color #62CC80: hue angle of 136.98º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62CC80 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB98204128-
CMYK0.5200.370.2
HSL136.98º50.96%59.22%-
HSV(B)136.98º51.96%80%-
XYZ30.5347.3427.95-
YUV163.64107.8881.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.79%
GREEN value IS 204 (80.08% from 255) = 47.44%
BLUE value IS 128 (50.39% from 255) = 29.77%
R=22.79%
G=47.44%
B=29.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal982041280.5200.370.2136.9850.9659.22
Hex62CC80340251489333b
Octal14231420064045242116373
Binary1100010110011001000000011010001001011010010001001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62CC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62CC80; }

 p { color: rgb(98,204,128); }

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

<style>
 a { background-color: #62CC80; }

 a { background-color: rgb(98,204,128); }

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

<style>
 span { border-color: #62CC80; }

 span { border-color: rgb(98,204,128); }

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