Html Css Color HEX #06DF10 Free Speech Green

📋 copy color: '#06DF10'

red 6 ◦ green 223 ◦ blue 16

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

Shades of Free Speech Green #06DF10

Tints of Free Speech Green #06DF10

RGB

 RED value IS 6 (2.73% from 255) = 2.45%

 GREEN value IS 223 (87.5% from 255) = 91.02%

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 2.45%
G = 91.02%
B = 6.53%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#06DF10 (or 0x06DF10) is known color: Free Speech Green. HEX triplet: 06, DF and 10. RGB value is (6,223,16). Sum of RGB (Red+Green+Blue) = 6+223+16=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 223 (87.5% from 255 or 91.02% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06DF10 is #F920EF. Grayscale: #878787. Windows color (decimal): -16326896 or 1105670. OLE color: 1105670.

HSL color Cylindrical-coordinate representation of color #06DF10: hue angle of 122.76º 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 #06DF10 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 223 16 -
CMYK 0.97 0 0.93 0.13
HSL 122.77º 0.95% 0.45% -
HSV(B) 122.77º 0.97% 0.87% -
XYZ 26.56 52.85 9.29 -
YUV 134.52 61.11 36.33 -
System Red Green Blue C M Y K H S L
Decimal 6 223 16 0.97 0 0.93 0.13 122.77 0.95 0.45
Hex 6 DF 10 61 0 5D D 7B 5F 2D
Octal 6 337 20 141 0 135 15 173 137 55
Binary 110 11011111 10000 1100001 0 1011101 1101 1111011 1011111 101101

Color Harmonies of #06DF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DF10

Black with #06DF10

Text Example


Text Example

White with #06DF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06DF10;
 }
 .AnyTagClassName
 {
   color: #06DF10;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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