#62B415

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

Shades of Christi #62B415

Tints of Christi #62B415

Color information

#62B415 (or 0x62B415) is unknown color: approx Christi. HEX triplet: 62, B4 and 15. RGB value is (98,180,21). Sum of RGB (Red+Green+Blue) = 98+180+21=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 180 (70.70% from 255 or 60.20% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 180 - color contains mainly: green. Hex color #62B415 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62B415 is #9D4BEA. Grayscale: #898989. Windows color (decimal): -10308587 or 1422434. OLE color: 1422434.

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

Color convert

RGB9818021-
CMYK0.4600.880.29
HSL90.94º79.1%39.41%-
HSV(B)90.94º88.33%70.59%-
XYZ21.4935.296.39-
YUV137.3662.3399.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.78%
GREEN value IS 180 (70.70% from 255) = 60.20%
BLUE value IS 21 (8.59% from 255) = 7.02%
R=32.78%
G=60.20%
B=7.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal98180210.4600.880.2990.9479.139.41
Hex62B4152E0581D5b4f27
Octal142264255601303513311747
Binary11000101011010010101101110010110001110110110111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,180,21); }

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

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

 a { background-color: rgb(98,180,21); }

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

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

 span { border-color: rgb(98,180,21); }

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