#05DA24

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

Shades of Free Speech Green #05DA24

Tints of Free Speech Green #05DA24

Color information

#05DA24 (or 0x05DA24) is unknown color: approx Free Speech Green. HEX triplet: 05, DA and 24. RGB value is (5,218,36). Sum of RGB (Red+Green+Blue) = 5+218+36=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 218 (85.55% from 255 or 84.17% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 218 - color contains mainly: green. Hex color #05DA24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DA24 is #FA25DB. Grayscale: #868686. Windows color (decimal): -16393692 or 2415109. OLE color: 2415109.

HSL color Cylindrical-coordinate representation of color #05DA24: hue angle of 128.73º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DA24 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB521836-
CMYK0.9800.830.15
HSL128.73º95.52%43.73%-
HSV(B)128.73º97.71%85.49%-
XYZ25.4550.310.04-
YUV133.5672.9336.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.93%
GREEN value IS 218 (85.55% from 255) = 84.17%
BLUE value IS 36 (14.45% from 255) = 13.90%
R=1.93%
G=84.17%
B=13.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal5218360.9800.830.15128.7395.5243.73
Hex5DA2462053F81602c
Octal53324414201231720114054
Binary101110110101001001100010010100111111100000011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05DA24; }

 p { color: rgb(5,218,36); }

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

<style>
 a { background-color: #05DA24; }

 a { background-color: rgb(5,218,36); }

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

<style>
 span { border-color: #05DA24; }

 span { border-color: rgb(5,218,36); }

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