Html Css Color HEX #20C005 Kelly Green

📋 copy color: '#20C005'

red 32 ◦ green 192 ◦ blue 5

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

Shades of Kelly Green #20C005

Tints of Kelly Green #20C005

RGB

 RED value IS 32 (12.89% from 255) = 13.97%

 GREEN value IS 192 (75.39% from 255) = 83.84%

 BLUE value IS 5 (2.34% from 255) = 2.18%

R = 13.97%
G = 83.84%
B = 2.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#20C005 (or 0x20C005) is known color: Kelly Green. HEX triplet: 20, C0 and 05. RGB value is (32,192,5). Sum of RGB (Red+Green+Blue) = 32+192+5=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 192 (75.39% from 255 or 83.84% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 192 - color contains mainly: green. Hex color #20C005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C005 is #DF3FFA. Grayscale: #7B7B7B. Windows color (decimal): -14630907 or 376864. OLE color: 376864.

HSL color Cylindrical-coordinate representation of color #20C005: hue angle of 111.34º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20C005 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 192 5 -
CMYK 0.83 0 0.97 0.25
HSL 111.34º 0.95% 0.39% -
HSV(B) 111.34º 0.97% 0.75% -
XYZ 19.47 38.02 6.46 -
YUV 122.84 61.49 63.21 -
System Red Green Blue C M Y K H S L
Decimal 32 192 5 0.83 0 0.97 0.25 111.34 0.95 0.39
Hex 20 C0 5 53 0 61 19 6F 5F 27
Octal 40 300 5 123 0 141 31 157 137 47
Binary 100000 11000000 101 1010011 0 1100001 11001 1101111 1011111 100111

Color Harmonies of #20C005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C005

Black with #20C005

Text Example


Text Example

White with #20C005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20C005; }

 p { color: rgb(32,192,5); }

 H1.HeaderClassName
 {
   color: #20C005;
 }
 .AnyTagClassName
 {
   color: #20C005;
 }
</style>

background-color css

<style>
 a { background-color: #20C005; }

 a { background-color: rgb(32,192,5); }

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

border-color css

<style>
 span { border-color: #20C005; }

 span { border-color: rgb(32,192,5); }

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