Html Css Color HEX #20C305 Kelly Green

📋 copy color: '#20C305'

red 32 ◦ green 195 ◦ blue 5

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

Shades of Kelly Green #20C305

Tints of Kelly Green #20C305

RGB

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

 GREEN value IS 195 (76.56% from 255) = 84.05%

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

R = 13.79%
G = 84.05%
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

#20C305 (or 0x20C305) is known color: Kelly Green. HEX triplet: 20, C3 and 05. RGB value is (32,195,5). Sum of RGB (Red+Green+Blue) = 32+195+5=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 195 (76.56% from 255 or 84.05% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 195 - color contains mainly: green. Hex color #20C305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C305 is #DF3CFA. Grayscale: #7D7D7D. Windows color (decimal): -14630139 or 377632. OLE color: 377632.

HSL color Cylindrical-coordinate representation of color #20C305: hue angle of 111.47º 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 #20C305 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 195 5 -
CMYK 0.84 0 0.97 0.24
HSL 111.47º 0.95% 0.39% -
HSV(B) 111.47º 0.97% 0.76% -
XYZ 20.14 39.35 6.68 -
YUV 124.6 60.5 61.95 -
System Red Green Blue C M Y K H S L
Decimal 32 195 5 0.84 0 0.97 0.24 111.47 0.95 0.39
Hex 20 C3 5 54 0 61 18 6F 5F 27
Octal 40 303 5 124 0 141 30 157 137 47
Binary 100000 11000011 101 1010100 0 1100001 11000 1101111 1011111 100111

Color Harmonies of #20C305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C305

Black with #20C305

Text Example


Text Example

White with #20C305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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