#62B600

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

Shades of Christi #62B600

Tints of Christi #62B600

Color information

#62B600 (or 0x62B600) is unknown color: approx Christi. HEX triplet: 62, B6 and 00. RGB value is (98,182,0). Sum of RGB (Red+Green+Blue) = 98+182+0=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 182 (71.48% from 255 or 65% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 182 - color contains mainly: green. Hex color #62B600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62B600 is #9D49FF. Grayscale: #888888. Windows color (decimal): -10308096 or 46690. OLE color: 46690.

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

Color convert

RGB981820-
CMYK0.46010.29
HSL87.69º100%35.69%-
HSV(B)87.69º100%71.37%-
XYZ21.7636.055.81-
YUV136.1451.17100.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 182 (71.48% from 255) = 65%
BLUE value IS 0 (0.39% from 255) = 0%
R=35%
G=65%
B=0%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal9818200.46010.2987.6910035.69
Hex62B602E0641D586424
Octal14226605601443513014444
Binary1100010101101100101110011001001110110110001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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