Html Css Color HEX #06DF07 Free Speech Green

📋 copy color: '#06DF07'

red 6 ◦ green 223 ◦ blue 7

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

Shades of Free Speech Green #06DF07

Tints of Free Speech Green #06DF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.97%

R = 2.54%
G = 94.49%
B = 2.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#06DF07 (or 0x06DF07) is known color: Free Speech Green. HEX triplet: 06, DF and 07. RGB value is (6,223,7). Sum of RGB (Red+Green+Blue) = 6+223+7=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 223 (87.5% from 255 or 94.49% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06DF07 is #F920F8. Grayscale: #868686. Windows color (decimal): -16326905 or 515846. OLE color: 515846.

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

Color convert

RGB 6 223 7 -
CMYK 0.97 0 0.97 0.13
HSL 120.28º 0.95% 0.45% -
HSV(B) 120.28º 0.97% 0.87% -
XYZ 26.5 52.83 9 -
YUV 133.49 56.61 37.06 -
System Red Green Blue C M Y K H S L
Decimal 6 223 7 0.97 0 0.97 0.13 120.28 0.95 0.45
Hex 6 DF 7 61 0 61 D 78 5F 2D
Octal 6 337 7 141 0 141 15 170 137 55
Binary 110 11011111 111 1100001 0 1100001 1101 1111000 1011111 101101

Color Harmonies of #06DF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DF07

Black with #06DF07

Text Example


Text Example

White with #06DF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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