Html Css Color HEX #20BD05 Kelly Green

📋 copy color: '#20BD05'

red 32 ◦ green 189 ◦ blue 5

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

Shades of Kelly Green #20BD05

Tints of Kelly Green #20BD05

RGB

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

 GREEN value IS 189 (74.22% from 255) = 83.63%

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

R = 14.16%
G = 83.63%
B = 2.21%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#20BD05 (or 0x20BD05) is known color: Kelly Green. HEX triplet: 20, BD and 05. RGB value is (32,189,5). Sum of RGB (Red+Green+Blue) = 32+189+5=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 189 (74.22% from 255 or 83.63% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BD05 is #DF42FA. Grayscale: #797979. Windows color (decimal): -14631675 or 376096. OLE color: 376096.

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

Color convert

RGB 32 189 5 -
CMYK 0.83 0 0.97 0.26
HSL 111.2º 0.95% 0.38% -
HSV(B) 111.2º 0.97% 0.74% -
XYZ 18.82 36.71 6.24 -
YUV 121.08 62.49 64.46 -
System Red Green Blue C M Y K H S L
Decimal 32 189 5 0.83 0 0.97 0.26 111.2 0.95 0.38
Hex 20 BD 5 53 0 61 1A 6F 5F 26
Octal 40 275 5 123 0 141 32 157 137 46
Binary 100000 10111101 101 1010011 0 1100001 11010 1101111 1011111 100110

Color Harmonies of #20BD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BD05

Black with #20BD05

Text Example


Text Example

White with #20BD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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