Html Css Color HEX #04DD1F Free Speech Green

📋 copy color: '#04DD1F'

red 4 ◦ green 221 ◦ blue 31

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

Shades of Free Speech Green #04DD1F

Tints of Free Speech Green #04DD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.11%

R = 1.56%
G = 86.33%
B = 12.11%

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

#04DD1F (or 0x04DD1F) is known color: Free Speech Green. HEX triplet: 04, DD and 1F. RGB value is (4,221,31). Sum of RGB (Red+Green+Blue) = 4+221+31=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 221 (86.72% from 255 or 86.33% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DD1F is #FB22E0. Grayscale: #868686. Windows color (decimal): -16458465 or 2088196. OLE color: 2088196.

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

Color convert

RGB 4 221 31 -
CMYK 0.98 0 0.86 0.13
HSL 127.47º 0.96% 0.44% -
HSV(B) 127.47º 0.98% 0.87% -
XYZ 26.15 51.84 9.92 -
YUV 134.46 69.61 34.95 -
System Red Green Blue C M Y K H S L
Decimal 4 221 31 0.98 0 0.86 0.13 127.47 0.96 0.44
Hex 4 DD 1F 62 0 56 D 7F 60 2C
Octal 4 335 37 142 0 126 15 177 140 54
Binary 100 11011101 11111 1100010 0 1010110 1101 1111111 1100000 101100

Color Harmonies of #04DD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DD1F

Black with #04DD1F

Text Example


Text Example

White with #04DD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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