#04DD22

Color #04DD22 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #04DD22

Tints of Free Speech Green #04DD22

Color information

#04DD22 (or 0x04DD22) is unknown color: approx Free Speech Green. HEX triplet: 04, DD and 22. RGB value is (4,221,34). Sum of RGB (Red+Green+Blue) = 4+221+34=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 221 (86.72% from 255 or 85.33% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DD22 is #FB22DD. Grayscale: #878787. Windows color (decimal): -16458462 or 2284804. OLE color: 2284804.

HSL color Cylindrical-coordinate representation of color #04DD22: hue angle of 128.29º 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 #04DD22 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB422134-
CMYK0.9800.850.13
HSL128.29º96.44%44.12%-
HSV(B)128.29º98.19%86.67%-
XYZ26.251.8510.14-
YUV134.871.1134.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.54%
GREEN value IS 221 (86.72% from 255) = 85.33%
BLUE value IS 34 (13.67% from 255) = 13.13%
R=1.54%
G=85.33%
B=13.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal4221340.9800.850.13128.2996.4444.12
Hex4DD2262055D80602c
Octal43354214201251520014054
Binary100110111011000101100010010101011101100000001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04DD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04DD22; }

 p { color: rgb(4,221,34); }

 H1.HeaderClassName
 {
   color: #04DD22;
 }
 .AnyTagClassName
 {
   color: #04DD22;
 }
</style>
background-color css

<style>
 a { background-color: #04DD22; }

 a { background-color: rgb(4,221,34); }

 div.DivClassName
 {
   background-color: #04DD22;
 }
 .BgClassName
 {
   background-color: #04DD22;
 }
</style>
border-color css

<style>
 span { border-color: #04DD22; }

 span { border-color: rgb(4,221,34); }

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