Html Css Color HEX #20DD05 Free Speech Green

📋 copy color: '#20DD05'

red 32 ◦ green 221 ◦ blue 5

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

Shades of Free Speech Green #20DD05

Tints of Free Speech Green #20DD05

RGB

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

 GREEN value IS 221 (86.72% from 255) = 85.66%

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

R = 12.4%
G = 85.66%
B = 1.94%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#20DD05 (or 0x20DD05) is known color: Free Speech Green. HEX triplet: 20, DD and 05. RGB value is (32,221,5). Sum of RGB (Red+Green+Blue) = 32+221+5=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 221 (86.72% from 255 or 85.66% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DD05 is #DF22FA. Grayscale: #8C8C8C. Windows color (decimal): -14623483 or 384288. OLE color: 384288.

HSL color Cylindrical-coordinate representation of color #20DD05: hue angle of 112.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20DD05 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 221 5 -
CMYK 0.86 0 0.98 0.13
HSL 112.5º 0.96% 0.44% -
HSV(B) 112.5º 0.98% 0.87% -
XYZ 26.48 52.03 8.79 -
YUV 139.87 51.88 51.06 -
System Red Green Blue C M Y K H S L
Decimal 32 221 5 0.86 0 0.98 0.13 112.5 0.96 0.44
Hex 20 DD 5 56 0 62 D 70 60 2C
Octal 40 335 5 126 0 142 15 160 140 54
Binary 100000 11011101 101 1010110 0 1100010 1101 1110000 1100000 101100

Color Harmonies of #20DD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DD05

Black with #20DD05

Text Example


Text Example

White with #20DD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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