Html Css Color HEX #04F10D Free Speech Green

📋 copy color: '#04F10D'

red 4 ◦ green 241 ◦ blue 13

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

Shades of Free Speech Green #04F10D

Tints of Free Speech Green #04F10D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 93.41%

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

R = 1.55%
G = 93.41%
B = 5.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#04F10D (or 0x04F10D) is known color: Free Speech Green. HEX triplet: 04, F1 and 0D. RGB value is (4,241,13). Sum of RGB (Red+Green+Blue) = 4+241+13=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 241 (94.53% from 255 or 93.41% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 241 - color contains mainly: green. Hex color #04F10D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04F10D is #FB0EF2. Grayscale: #909090. Windows color (decimal): -16453363 or 913668. OLE color: 913668.

HSL color Cylindrical-coordinate representation of color #04F10D: hue angle of 122.28º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F10D is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 241 13 -
CMYK 0.98 0 0.95 0.05
HSL 122.28º 0.97% 0.48% -
HSV(B) 122.28º 0.98% 0.95% -
XYZ 31.58 62.97 10.87 -
YUV 144.15 53.98 28.04 -
System Red Green Blue C M Y K H S L
Decimal 4 241 13 0.98 0 0.95 0.05 122.28 0.97 0.48
Hex 4 F1 D 62 0 5F 5 7A 61 30
Octal 4 361 15 142 0 137 5 172 141 60
Binary 100 11110001 1101 1100010 0 1011111 101 1111010 1100001 110000

Color Harmonies of #04F10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F10D

Black with #04F10D

Text Example


Text Example

White with #04F10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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