Html Css Color HEX #04F60D Free Speech Green

📋 copy color: '#04F60D'

red 4 ◦ green 246 ◦ blue 13

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

Shades of Free Speech Green #04F60D

Tints of Free Speech Green #04F60D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 93.54%

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

R = 1.52%
G = 93.54%
B = 4.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#04F60D (or 0x04F60D) is known color: Free Speech Green. HEX triplet: 04, F6 and 0D. RGB value is (4,246,13). Sum of RGB (Red+Green+Blue) = 4+246+13=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 246 (96.48% from 255 or 93.54% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 246 - color contains mainly: green. Hex color #04F60D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04F60D is #FB09F2. Grayscale: #939393. Windows color (decimal): -16452083 or 914948. OLE color: 914948.

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

Color convert

RGB 4 246 13 -
CMYK 0.98 0 0.95 0.04
HSL 122.23º 0.97% 0.49% -
HSV(B) 122.23º 0.98% 0.96% -
XYZ 33.08 65.97 11.37 -
YUV 147.08 52.33 25.95 -
System Red Green Blue C M Y K H S L
Decimal 4 246 13 0.98 0 0.95 0.04 122.23 0.97 0.49
Hex 4 F6 D 62 0 5F 4 7A 61 31
Octal 4 366 15 142 0 137 4 172 141 61
Binary 100 11110110 1101 1100010 0 1011111 100 1111010 1100001 110001

Color Harmonies of #04F60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F60D

Black with #04F60D

Text Example


Text Example

White with #04F60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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