#04DD23

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

Shades of Free Speech Green #04DD23

Tints of Free Speech Green #04DD23

Color information

#04DD23 (or 0x04DD23) is unknown color: approx Free Speech Green. HEX triplet: 04, DD and 23. RGB value is (4,221,35). Sum of RGB (Red+Green+Blue) = 4+221+35=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 221 (86.72% from 255 or 85% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DD23 is #FB22DC. Grayscale: #878787. Windows color (decimal): -16458461 or 2350340. OLE color: 2350340.

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

Color convert

RGB422135-
CMYK0.9800.840.13
HSL128.57º96.44%44.12%-
HSV(B)128.57º98.19%86.67%-
XYZ26.2151.8610.22-
YUV134.9171.6134.62-

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%
BLUE value IS 35 (14.06% from 255) = 13.46%
R=1.54%
G=85%
B=13.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal4221350.9800.840.13128.5796.4444.12
Hex4DD2362054D81602c
Octal43354314201241520114054
Binary100110111011000111100010010101001101100000011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04DD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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