#05DF08

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

Shades of Free Speech Green #05DF08

Tints of Free Speech Green #05DF08

Color information

#05DF08 (or 0x05DF08) is unknown color: approx Free Speech Green. HEX triplet: 05, DF and 08. RGB value is (5,223,8). Sum of RGB (Red+Green+Blue) = 5+223+8=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 223 (87.5% from 255 or 94.49% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 223 - color contains mainly: green. Hex color #05DF08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05DF08 is #FA20F7. Grayscale: #858585. Windows color (decimal): -16392440 or 581381. OLE color: 581381.

HSL color Cylindrical-coordinate representation of color #05DF08: hue angle of 120.83º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DF08 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB52238-
CMYK0.9800.960.13
HSL120.83º95.61%44.71%-
HSV(B)120.83º97.76%87.45%-
XYZ26.4952.839.03-
YUV133.3157.2836.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.12%
GREEN value IS 223 (87.5% from 255) = 94.49%
BLUE value IS 8 (3.52% from 255) = 3.39%
R=2.12%
G=94.49%
B=3.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal522380.9800.960.13120.8395.6144.71
Hex5DF862060D79602d
Octal53371014201401517114055
Binary101110111111000110001001100000110111110011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,223,8); }

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

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

 a { background-color: rgb(5,223,8); }

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

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

 span { border-color: rgb(5,223,8); }

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