Html Css Color HEX #04D20D Free Speech Green

📋 copy color: '#04D20D'

red 4 ◦ green 210 ◦ blue 13

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

Shades of Free Speech Green #04D20D

Tints of Free Speech Green #04D20D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 92.51%

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

R = 1.76%
G = 92.51%
B = 5.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#04D20D (or 0x04D20D) is known color: Free Speech Green. HEX triplet: 04, D2 and 0D. RGB value is (4,210,13). Sum of RGB (Red+Green+Blue) = 4+210+13=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 210 (82.42% from 255 or 92.51% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 210 - color contains mainly: green. Hex color #04D20D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D20D is #FB2DF2. Grayscale: #7E7E7E. Windows color (decimal): -16461299 or 905732. OLE color: 905732.

HSL color Cylindrical-coordinate representation of color #04D20D: hue angle of 122.62º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D20D is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 210 13 -
CMYK 0.98 0 0.94 0.18
HSL 122.62º 0.96% 0.42% -
HSV(B) 122.62º 0.98% 0.82% -
XYZ 23.17 46.15 8.07 -
YUV 125.95 64.25 41.02 -
System Red Green Blue C M Y K H S L
Decimal 4 210 13 0.98 0 0.94 0.18 122.62 0.96 0.42
Hex 4 D2 D 62 0 5E 12 7B 60 2A
Octal 4 322 15 142 0 136 22 173 140 52
Binary 100 11010010 1101 1100010 0 1011110 10010 1111011 1100000 101010

Color Harmonies of #04D20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D20D

Black with #04D20D

Text Example


Text Example

White with #04D20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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