Html Css Color HEX #20C205 Kelly Green

📋 copy color: '#20C205'

red 32 ◦ green 194 ◦ blue 5

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

Shades of Kelly Green #20C205

Tints of Kelly Green #20C205

RGB

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

 GREEN value IS 194 (76.17% from 255) = 83.98%

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

R = 13.85%
G = 83.98%
B = 2.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#20C205 (or 0x20C205) is known color: Kelly Green. HEX triplet: 20, C2 and 05. RGB value is (32,194,5). Sum of RGB (Red+Green+Blue) = 32+194+5=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 194 (76.17% from 255 or 83.98% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 194 - color contains mainly: green. Hex color #20C205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C205 is #DF3DFA. Grayscale: #7C7C7C. Windows color (decimal): -14630395 or 377376. OLE color: 377376.

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

Color convert

RGB 32 194 5 -
CMYK 0.84 0 0.97 0.24
HSL 111.43º 0.95% 0.39% -
HSV(B) 111.43º 0.97% 0.76% -
XYZ 19.91 38.9 6.6 -
YUV 124.02 60.83 62.37 -
System Red Green Blue C M Y K H S L
Decimal 32 194 5 0.84 0 0.97 0.24 111.43 0.95 0.39
Hex 20 C2 5 54 0 61 18 6F 5F 27
Octal 40 302 5 124 0 141 30 157 137 47
Binary 100000 11000010 101 1010100 0 1100001 11000 1101111 1011111 100111

Color Harmonies of #20C205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C205

Black with #20C205

Text Example


Text Example

White with #20C205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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