Html Css Color HEX #01DD21 Free Speech Green

📋 copy color: '#01DD21'

red 1 ◦ green 221 ◦ blue 33

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

Shades of Free Speech Green #01DD21

Tints of Free Speech Green #01DD21

RGB

 RED value IS 1 (0.78% from 255) = 0.39%

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

 BLUE value IS 33 (13.28% from 255) = 12.94%

R = 0.39%
G = 86.67%
B = 12.94%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#01DD21 (or 0x01DD21) is known color: Free Speech Green. HEX triplet: 01, DD and 21. RGB value is (1,221,33). Sum of RGB (Red+Green+Blue) = 1+221+33=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 221 (86.72% from 255 or 86.67% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DD21 is #FE22DE. Grayscale: #868686. Windows color (decimal): -16655071 or 2219265. OLE color: 2219265.

HSL color Cylindrical-coordinate representation of color #01DD21: hue angle of 128.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DD21 is Cyan = 1.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 221 33 -
CMYK 1.00 0 0.85 0.13
HSL 128.73º 0.99% 0.44% -
HSV(B) 128.73º 1% 0.87% -
XYZ 26.14 51.83 10.06 -
YUV 133.79 71.11 33.29 -
System Red Green Blue C M Y K H S L
Decimal 1 221 33 1.00 0 0.85 0.13 128.73 0.99 0.44
Hex 1 DD 21 64 0 55 D 81 63 2C
Octal 1 335 41 144 0 125 15 201 143 54
Binary 1 11011101 100001 1100100 0 1010101 1101 10000001 1100011 101100

Color Harmonies of #01DD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DD21

Black with #01DD21

Text Example


Text Example

White with #01DD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01DD21; }

 p { color: rgb(1,221,33); }

 H1.HeaderClassName
 {
   color: #01DD21;
 }
 .AnyTagClassName
 {
   color: #01DD21;
 }
</style>

background-color css

<style>
 a { background-color: #01DD21; }

 a { background-color: rgb(1,221,33); }

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

border-color css

<style>
 span { border-color: #01DD21; }

 span { border-color: rgb(1,221,33); }

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