#06DF08

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

Shades of Free Speech Green #06DF08

Tints of Free Speech Green #06DF08

Color information

#06DF08 (or 0x06DF08) is unknown color: approx Free Speech Green. HEX triplet: 06, DF and 08. RGB value is (6,223,8). Sum of RGB (Red+Green+Blue) = 6+223+8=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 223 (87.5% from 255 or 94.09% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06DF08 is #F920F7. Grayscale: #868686. Windows color (decimal): -16326904 or 581382. OLE color: 581382.

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

Color convert

RGB62238-
CMYK0.9700.960.13
HSL120.55º94.76%44.9%-
HSV(B)120.55º97.31%87.45%-
XYZ26.5152.839.03-
YUV133.6157.1136.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.53%
GREEN value IS 223 (87.5% from 255) = 94.09%
BLUE value IS 8 (3.52% from 255) = 3.38%
R=2.53%
G=94.09%
B=3.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal622380.9700.960.13120.5594.7644.9
Hex6DF861060D795f2d
Octal63371014101401517113755
Binary110110111111000110000101100000110111110011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06DF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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