Html Css Color HEX #06F211 Free Speech Green

📋 copy color: '#06F211'

red 6 ◦ green 242 ◦ blue 17

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

Shades of Free Speech Green #06F211

Tints of Free Speech Green #06F211

RGB

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

 GREEN value IS 242 (94.92% from 255) = 91.32%

 BLUE value IS 17 (7.03% from 255) = 6.42%

R = 2.26%
G = 91.32%
B = 6.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#06F211 (or 0x06F211) is known color: Free Speech Green. HEX triplet: 06, F2 and 11. RGB value is (6,242,17). Sum of RGB (Red+Green+Blue) = 6+242+17=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 242 (94.92% from 255 or 91.32% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 242 - color contains mainly: green. Hex color #06F211 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06F211 is #F90DEE. Grayscale: #929292. Windows color (decimal): -16322031 or 1176070. OLE color: 1176070.

HSL color Cylindrical-coordinate representation of color #06F211: hue angle of 122.8º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F211 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 242 17 -
CMYK 0.98 0 0.93 0.05
HSL 122.8º 0.95% 0.49% -
HSV(B) 122.8º 0.98% 0.95% -
XYZ 31.93 63.58 11.12 -
YUV 145.79 55.31 28.3 -
System Red Green Blue C M Y K H S L
Decimal 6 242 17 0.98 0 0.93 0.05 122.8 0.95 0.49
Hex 6 F2 11 62 0 5D 5 7B 5F 31
Octal 6 362 21 142 0 135 5 173 137 61
Binary 110 11110010 10001 1100010 0 1011101 101 1111011 1011111 110001

Color Harmonies of #06F211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06F211

Black with #06F211

Text Example


Text Example

White with #06F211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,242,17); }

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

background-color css

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

 a { background-color: rgb(6,242,17); }

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

border-color css

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

 span { border-color: rgb(6,242,17); }

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