Html Css Color HEX #04DD0D Free Speech Green

📋 copy color: '#04DD0D'

red 4 ◦ green 221 ◦ blue 13

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

Shades of Free Speech Green #04DD0D

Tints of Free Speech Green #04DD0D

RGB

 RED value IS 4 (1.95% from 255) = 1.68%

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

 BLUE value IS 13 (5.47% from 255) = 5.46%

R = 1.68%
G = 92.86%
B = 5.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#04DD0D (or 0x04DD0D) is known color: Free Speech Green. HEX triplet: 04, DD and 0D. RGB value is (4,221,13). Sum of RGB (Red+Green+Blue) = 4+221+13=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 221 (86.72% from 255 or 92.86% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04DD0D is #FB22F2. Grayscale: #858585. Windows color (decimal): -16458483 or 908548. OLE color: 908548.

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

Color convert

RGB 4 221 13 -
CMYK 0.98 0 0.94 0.13
HSL 122.49º 0.96% 0.44% -
HSV(B) 122.49º 0.98% 0.87% -
XYZ 25.98 51.77 9 -
YUV 132.41 60.61 36.41 -
System Red Green Blue C M Y K H S L
Decimal 4 221 13 0.98 0 0.94 0.13 122.49 0.96 0.44
Hex 4 DD D 62 0 5E D 7A 60 2C
Octal 4 335 15 142 0 136 15 172 140 54
Binary 100 11011101 1101 1100010 0 1011110 1101 1111010 1100000 101100

Color Harmonies of #04DD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DD0D

Black with #04DD0D

Text Example


Text Example

White with #04DD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04DD0D;
 }
 .AnyTagClassName
 {
   color: #04DD0D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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