Html Css Color HEX #05DD20 Free Speech Green

📋 copy color: '#05DD20'

red 5 ◦ green 221 ◦ blue 32

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

Shades of Free Speech Green #05DD20

Tints of Free Speech Green #05DD20

RGB

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

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

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

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

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#05DD20 (or 0x05DD20) is known color: Free Speech Green. HEX triplet: 05, DD and 20. RGB value is (5,221,32). Sum of RGB (Red+Green+Blue) = 5+221+32=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 221 (86.72% from 255 or 85.66% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DD20 is #FA22DF. Grayscale: #878787. Windows color (decimal): -16392928 or 2153733. OLE color: 2153733.

HSL color Cylindrical-coordinate representation of color #05DD20: hue angle of 127.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 #05DD20 is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 221 32 -
CMYK 0.98 0 0.86 0.13
HSL 127.5º 0.96% 0.44% -
HSV(B) 127.5º 0.98% 0.87% -
XYZ 26.18 51.85 9.99 -
YUV 134.87 69.94 35.37 -
System Red Green Blue C M Y K H S L
Decimal 5 221 32 0.98 0 0.86 0.13 127.5 0.96 0.44
Hex 5 DD 20 62 0 56 D 80 60 2C
Octal 5 335 40 142 0 126 15 200 140 54
Binary 101 11011101 100000 1100010 0 1010110 1101 10000000 1100000 101100

Color Harmonies of #05DD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DD20

Black with #05DD20

Text Example


Text Example

White with #05DD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05DD20; }

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

 H1.HeaderClassName
 {
   color: #05DD20;
 }
 .AnyTagClassName
 {
   color: #05DD20;
 }
</style>

background-color css

<style>
 a { background-color: #05DD20; }

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

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

border-color css

<style>
 span { border-color: #05DD20; }

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

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