#04D50A

Color #04D50A Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #04D50A

Tints of Free Speech Green #04D50A

Color information

#04D50A (or 0x04D50A) is unknown color: approx Free Speech Green. HEX triplet: 04, D5 and 0A. RGB value is (4,213,10). Sum of RGB (Red+Green+Blue) = 4+213+10=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 213 (83.59% from 255 or 93.83% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 213 - color contains mainly: green. Hex color #04D50A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D50A is #FB2AF5. Grayscale: #7F7F7F. Windows color (decimal): -16460534 or 709892. OLE color: 709892.

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

Color convert

RGB421310-
CMYK0.9800.950.16
HSL121.72º96.31%42.55%-
HSV(B)121.72º98.12%83.53%-
XYZ23.947.648.22-
YUV127.3761.7640.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.76%
GREEN value IS 213 (83.59% from 255) = 93.83%
BLUE value IS 10 (4.30% from 255) = 4.41%
R=1.76%
G=93.83%
B=4.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal4213100.9800.950.16121.7296.3142.55
Hex4D5A6205F107a602b
Octal43251214201372017214053
Binary1001101010110101100010010111111000011110101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04D50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04D50A;
 }
 .AnyTagClassName
 {
   color: #04D50A;
 }
</style>
background-color css

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

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

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

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

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

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