Html Css Color HEX #04D50F Free Speech Green

📋 copy color: '#04D50F'

red 4 ◦ green 213 ◦ blue 15

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

Shades of Free Speech Green #04D50F

Tints of Free Speech Green #04D50F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 91.81%

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

R = 1.72%
G = 91.81%
B = 6.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#04D50F (or 0x04D50F) is known color: Free Speech Green. HEX triplet: 04, D5 and 0F. RGB value is (4,213,15). Sum of RGB (Red+Green+Blue) = 4+213+15=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 213 (83.59% from 255 or 91.81% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 213 - color contains mainly: green. Hex color #04D50F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D50F is #FB2AF0. Grayscale: #808080. Windows color (decimal): -16460529 or 1037572. OLE color: 1037572.

HSL color Cylindrical-coordinate representation of color #04D50F: hue angle of 123.16º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D50F is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 4 213 15 -
CMYK 0.98 0 0.93 0.16
HSL 123.16º 0.96% 0.43% -
HSV(B) 123.16º 0.98% 0.84% -
XYZ 23.93 47.65 8.39 -
YUV 127.94 64.26 39.6 -
System Red Green Blue C M Y K H S L
Decimal 4 213 15 0.98 0 0.93 0.16 123.16 0.96 0.43
Hex 4 D5 F 62 0 5D 10 7B 60 2B
Octal 4 325 17 142 0 135 20 173 140 53
Binary 100 11010101 1111 1100010 0 1011101 10000 1111011 1100000 101011

Color Harmonies of #04D50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D50F

Black with #04D50F

Text Example


Text Example

White with #04D50F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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