Html Css Color HEX #04F513 Free Speech Green

📋 copy color: '#04F513'

red 4 ◦ green 245 ◦ blue 19

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

Shades of Free Speech Green #04F513

Tints of Free Speech Green #04F513

RGB

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

 GREEN value IS 245 (96.09% from 255) = 91.42%

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 1.49%
G = 91.42%
B = 7.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#04F513 (or 0x04F513) is known color: Free Speech Green. HEX triplet: 04, F5 and 13. RGB value is (4,245,19). Sum of RGB (Red+Green+Blue) = 4+245+19=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 245 (96.09% from 255 or 91.42% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 245 - color contains mainly: green. Hex color #04F513 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04F513 is #FB0AEC. Grayscale: #939393. Windows color (decimal): -16452333 or 1307908. OLE color: 1307908.

HSL color Cylindrical-coordinate representation of color #04F513: hue angle of 123.73º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F513 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 4 245 19 -
CMYK 0.98 0 0.92 0.04
HSL 123.73º 0.97% 0.49% -
HSV(B) 123.73º 0.98% 0.96% -
XYZ 32.82 65.38 11.51 -
YUV 147.18 55.66 25.88 -
System Red Green Blue C M Y K H S L
Decimal 4 245 19 0.98 0 0.92 0.04 123.73 0.97 0.49
Hex 4 F5 13 62 0 5C 4 7C 61 31
Octal 4 365 23 142 0 134 4 174 141 61
Binary 100 11110101 10011 1100010 0 1011100 100 1111100 1100001 110001

Color Harmonies of #04F513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F513

Black with #04F513

Text Example


Text Example

White with #04F513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,245,19); }

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

background-color css

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

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

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

border-color css

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

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

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