Html Css Color HEX #62B520 Christi

📋 copy color: '#62B520'

red 98 ◦ green 181 ◦ blue 32

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

Shades of Christi #62B520

Tints of Christi #62B520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 58.2%

 BLUE value IS 32 (12.89% from 255) = 10.29%

R = 31.51%
G = 58.2%
B = 10.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#62B520 (or 0x62B520) is known color: Christi. HEX triplet: 62, B5 and 20. RGB value is (98,181,32). Sum of RGB (Red+Green+Blue) = 98+181+32=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 181 (71.09% from 255 or 58.20% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 181 - color contains mainly: green. Hex color #62B520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62B520 is #9D4ADF. Grayscale: #8B8B8B. Windows color (decimal): -10308320 or 2143586. OLE color: 2143586.

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

Color convert

RGB 98 181 32 -
CMYK 0.46 0 0.82 0.29
HSL 93.42º 0.7% 0.42% -
HSV(B) 93.42º 0.82% 0.71% -
XYZ 21.82 35.75 7.12 -
YUV 139.2 67.5 98.62 -
System Red Green Blue C M Y K H S L
Decimal 98 181 32 0.46 0 0.82 0.29 93.42 0.7 0.42
Hex 62 B5 20 2E 0 52 1D 5D 46 2A
Octal 142 265 40 56 0 122 35 135 106 52
Binary 1100010 10110101 100000 101110 0 1010010 11101 1011101 1000110 101010

Color Harmonies of #62B520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62B520

Black with #62B520

Text Example


Text Example

White with #62B520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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