Html Css Color HEX #04DA04 Free Speech Green

📋 copy color: '#04DA04'

red 4 ◦ green 218 ◦ blue 4

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

Shades of Free Speech Green #04DA04

Tints of Free Speech Green #04DA04

RGB

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

 GREEN value IS 218 (85.55% from 255) = 96.46%

 BLUE value IS 4 (1.95% from 255) = 1.77%

R = 1.77%
G = 96.46%
B = 1.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#04DA04 (or 0x04DA04) is known color: Free Speech Green. HEX triplet: 04, DA and 04. RGB value is (4,218,4). Sum of RGB (Red+Green+Blue) = 4+218+4=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 218 (85.55% from 255 or 96.46% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 218 - color contains mainly: green. Hex color #04DA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04DA04 is #FB25FB. Grayscale: #828282. Windows color (decimal): -16459260 or 317956. OLE color: 317956.

HSL color Cylindrical-coordinate representation of color #04DA04: hue angle of 120º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DA04 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 4 218 4 -
CMYK 0.98 0 0.98 0.15
HSL 120º 0.96% 0.44% -
HSV(B) 120º 0.98% 0.85% -
XYZ 25.14 50.18 8.47 -
YUV 129.62 57.1 38.4 -
System Red Green Blue C M Y K H S L
Decimal 4 218 4 0.98 0 0.98 0.15 120 0.96 0.44
Hex 4 DA 4 62 0 62 F 78 60 2C
Octal 4 332 4 142 0 142 17 170 140 54
Binary 100 11011010 100 1100010 0 1100010 1111 1111000 1100000 101100

Color Harmonies of #04DA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DA04

Black with #04DA04

Text Example


Text Example

White with #04DA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,218,4); }

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

background-color css

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

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

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

border-color css

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

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

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