Html Css Color HEX #04F516 Free Speech Green

📋 copy color: '#04F516'

red 4 ◦ green 245 ◦ blue 22

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

Shades of Free Speech Green #04F516

Tints of Free Speech Green #04F516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.12%

R = 1.48%
G = 90.41%
B = 8.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#04F516 (or 0x04F516) is known color: Free Speech Green. HEX triplet: 04, F5 and 16. RGB value is (4,245,22). Sum of RGB (Red+Green+Blue) = 4+245+22=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 245 (96.09% from 255 or 90.41% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 245 - color contains mainly: green. Hex color #04F516 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04F516 is #FB0AE9. Grayscale: #949494. Windows color (decimal): -16452330 or 1504516. OLE color: 1504516.

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

Color convert

RGB 4 245 22 -
CMYK 0.98 0 0.91 0.04
HSL 124.48º 0.97% 0.49% -
HSV(B) 124.48º 0.98% 0.96% -
XYZ 32.85 65.39 11.65 -
YUV 147.52 57.16 25.63 -
System Red Green Blue C M Y K H S L
Decimal 4 245 22 0.98 0 0.91 0.04 124.48 0.97 0.49
Hex 4 F5 16 62 0 5B 4 7C 61 31
Octal 4 365 26 142 0 133 4 174 141 61
Binary 100 11110101 10110 1100010 0 1011011 100 1111100 1100001 110001

Color Harmonies of #04F516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F516

Black with #04F516

Text Example


Text Example

White with #04F516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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