#62B512

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

Shades of Christi #62B512

Tints of Christi #62B512

Color information

#62B512 (or 0x62B512) is unknown color: approx Christi. HEX triplet: 62, B5 and 12. RGB value is (98,181,18). Sum of RGB (Red+Green+Blue) = 98+181+18=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #62B512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62B512 is #9D4AED. Grayscale: #8A8A8A. Windows color (decimal): -10308334 or 1226082. OLE color: 1226082.

HSL color Cylindrical-coordinate representation of color #62B512: hue angle of 90.55º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62B512 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB9818118-
CMYK0.4600.900.29
HSL90.55º81.91%39.02%-
HSV(B)90.55º90.06%70.98%-
XYZ21.6735.696.32-
YUV137.660.599.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.00%
GREEN value IS 181 (71.09% from 255) = 60.94%
BLUE value IS 18 (7.42% from 255) = 6.06%
R=33.00%
G=60.94%
B=6.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal98181180.4600.900.2990.5581.9139.02
Hex62B5122E05A1D5b5227
Octal142265225601323513312247
Binary11000101011010110010101110010110101110110110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,181,18); }

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

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

 a { background-color: rgb(98,181,18); }

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

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

 span { border-color: rgb(98,181,18); }

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