Html Css Color HEX #04D00F Free Speech Green

📋 copy color: '#04D00F'

red 4 ◦ green 208 ◦ blue 15

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

Shades of Free Speech Green #04D00F

Tints of Free Speech Green #04D00F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 91.63%

 BLUE value IS 15 (6.25% from 255) = 6.61%

R = 1.76%
G = 91.63%
B = 6.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#04D00F (or 0x04D00F) is known color: Free Speech Green. HEX triplet: 04, D0 and 0F. RGB value is (4,208,15). Sum of RGB (Red+Green+Blue) = 4+208+15=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 208 (81.64% from 255 or 91.63% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 208 - color contains mainly: green. Hex color #04D00F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D00F is #FB2FF0. Grayscale: #7D7D7D. Windows color (decimal): -16461809 or 1036292. OLE color: 1036292.

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

Color convert

RGB 4 208 15 -
CMYK 0.98 0 0.93 0.18
HSL 123.24º 0.96% 0.42% -
HSV(B) 123.24º 0.98% 0.82% -
XYZ 22.69 45.17 7.98 -
YUV 125 65.91 41.69 -
System Red Green Blue C M Y K H S L
Decimal 4 208 15 0.98 0 0.93 0.18 123.24 0.96 0.42
Hex 4 D0 F 62 0 5D 12 7B 60 2A
Octal 4 320 17 142 0 135 22 173 140 52
Binary 100 11010000 1111 1100010 0 1011101 10010 1111011 1100000 101010

Color Harmonies of #04D00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D00F

Black with #04D00F

Text Example


Text Example

White with #04D00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,208,15); }

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

background-color css

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

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

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

border-color css

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

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

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