Html Css Color HEX #20BF05 Kelly Green

📋 copy color: '#20BF05'

red 32 ◦ green 191 ◦ blue 5

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

Shades of Kelly Green #20BF05

Tints of Kelly Green #20BF05

RGB

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

 GREEN value IS 191 (75% from 255) = 83.77%

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

R = 14.04%
G = 83.77%
B = 2.19%

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

#20BF05 (or 0x20BF05) is known color: Kelly Green. HEX triplet: 20, BF and 05. RGB value is (32,191,5). Sum of RGB (Red+Green+Blue) = 32+191+5=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 191 (75% from 255 or 83.77% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BF05 is #DF40FA. Grayscale: #7A7A7A. Windows color (decimal): -14631163 or 376608. OLE color: 376608.

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

Color convert

RGB 32 191 5 -
CMYK 0.83 0 0.97 0.25
HSL 111.29º 0.95% 0.38% -
HSV(B) 111.29º 0.97% 0.75% -
XYZ 19.25 37.58 6.38 -
YUV 122.26 61.82 63.62 -
System Red Green Blue C M Y K H S L
Decimal 32 191 5 0.83 0 0.97 0.25 111.29 0.95 0.38
Hex 20 BF 5 53 0 61 19 6F 5F 26
Octal 40 277 5 123 0 141 31 157 137 46
Binary 100000 10111111 101 1010011 0 1100001 11001 1101111 1011111 100110

Color Harmonies of #20BF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BF05

Black with #20BF05

Text Example


Text Example

White with #20BF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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