#62a601

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

Shades of Christi #62A601

Tints of Christi #62A601

Color information

#62A601 (or 0x62A601) is unknown color: approx Christi. HEX triplet: 62, A6 and 01. RGB value is (98,166,1). Sum of RGB (Red+Green+Blue) = 98+166+1=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 166 (65.23% from 255 or 62.64% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 166 - color contains mainly: green. Hex color #62A601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62A601 is #9D59FE. Grayscale: #7F7F7F. Windows color (decimal): -10312191 or 108130. OLE color: 108130.

HSL color Cylindrical-coordinate representation of color #62A601: hue angle of 84.73º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62A601 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB981661-
CMYK0.4100.990.35
HSL84.73º98.8%32.75%-
HSV(B)84.73º99.4%65.1%-
XYZ18.6829.874.81-
YUV126.8656.97107.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.98%
GREEN value IS 166 (65.23% from 255) = 62.64%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=36.98%
G=62.64%
B=0.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9816610.4100.990.3584.7398.832.75
Hex62A612906323556321
Octal14224615101434312514341
Binary11000101010011011010010110001110001110101011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62a601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,166,1); }

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

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

 a { background-color: rgb(98,166,1); }

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

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

 span { border-color: rgb(98,166,1); }

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