Html Css Color HEX #62B20F Christi

📋 copy color: '#62B20F'

red 98 ◦ green 178 ◦ blue 15

#62B20F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #62B20F

Tints of Christi #62B20F

RGB

 RED value IS 98 (38.67% from 255) = 33.68%

 GREEN value IS 178 (69.92% from 255) = 61.17%

 BLUE value IS 15 (6.25% from 255) = 5.15%

R = 33.68%
G = 61.17%
B = 5.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#62B20F (or 0x62B20F) is known color: Christi. HEX triplet: 62, B2 and 0F. RGB value is (98,178,15). Sum of RGB (Red+Green+Blue) = 98+178+15=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 178 (69.92% from 255 or 61.17% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 178 - color contains mainly: green. Hex color #62B20F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62B20F is #9D4DF0. Grayscale: #888888. Windows color (decimal): -10309105 or 1028706. OLE color: 1028706.

HSL color Cylindrical-coordinate representation of color #62B20F: hue angle of 89.45º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62B20F is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 98 178 15 -
CMYK 0.45 0 0.92 0.30
HSL 89.45º 0.84% 0.38% -
HSV(B) 89.45º 0.92% 0.7% -
XYZ 21.04 34.47 6 -
YUV 135.5 60 101.25 -
System Red Green Blue C M Y K H S L
Decimal 98 178 15 0.45 0 0.92 0.30 89.45 0.84 0.38
Hex 62 B2 F 2D 0 5C 1E 59 54 26
Octal 142 262 17 55 0 134 36 131 124 46
Binary 1100010 10110010 1111 101101 0 1011100 11110 1011001 1010100 100110

Color Harmonies of #62B20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62B20F

Black with #62B20F

Text Example


Text Example

White with #62B20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,178,15); }

 H1.HeaderClassName
 {
   color: #62B20F;
 }
 .AnyTagClassName
 {
   color: #62B20F;
 }
</style>

background-color css

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

 a { background-color: rgb(98,178,15); }

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

border-color css

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

 span { border-color: rgb(98,178,15); }

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