#62B602

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

Shades of Christi #62B602

Tints of Christi #62B602

Color information

#62B602 (or 0x62B602) is unknown color: approx Christi. HEX triplet: 62, B6 and 02. RGB value is (98,182,2). Sum of RGB (Red+Green+Blue) = 98+182+2=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 182 (71.48% from 255 or 64.54% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 182 - color contains mainly: green. Hex color #62B602 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62B602 is #9D49FD. Grayscale: #898989. Windows color (decimal): -10308094 or 177762. OLE color: 177762.

HSL color Cylindrical-coordinate representation of color #62B602: hue angle of 88º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62B602 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB981822-
CMYK0.4600.990.29
HSL88º97.83%36.08%-
HSV(B)88º98.9%71.37%-
XYZ21.7836.065.87-
YUV136.3652.17100.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.75%
GREEN value IS 182 (71.48% from 255) = 64.54%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=34.75%
G=64.54%
B=0.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal9818220.4600.990.298897.8336.08
Hex62B622E0631D586224
Octal14226625601433513014244
Binary11000101011011010101110011000111110110110001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,182,2); }

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

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

 a { background-color: rgb(98,182,2); }

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

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

 span { border-color: rgb(98,182,2); }

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