Html Css Color HEX #06E80B Free Speech Green

📋 copy color: '#06E80B'

red 6 ◦ green 232 ◦ blue 11

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

Shades of Free Speech Green #06E80B

Tints of Free Speech Green #06E80B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 93.17%

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 2.41%
G = 93.17%
B = 4.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#06E80B (or 0x06E80B) is known color: Free Speech Green. HEX triplet: 06, E8 and 0B. RGB value is (6,232,11). Sum of RGB (Red+Green+Blue) = 6+232+11=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 232 (91.02% from 255 or 93.17% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 232 - color contains mainly: green. Hex color #06E80B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06E80B is #F917F4. Grayscale: #8B8B8B. Windows color (decimal): -16324597 or 780294. OLE color: 780294.

HSL color Cylindrical-coordinate representation of color #06E80B: hue angle of 121.33º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E80B is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 6 232 11 -
CMYK 0.97 0 0.95 0.09
HSL 121.33º 0.95% 0.47% -
HSV(B) 121.33º 0.97% 0.91% -
XYZ 28.99 57.78 9.94 -
YUV 139.23 55.63 32.97 -
System Red Green Blue C M Y K H S L
Decimal 6 232 11 0.97 0 0.95 0.09 121.33 0.95 0.47
Hex 6 E8 B 61 0 5F 9 79 5F 2F
Octal 6 350 13 141 0 137 11 171 137 57
Binary 110 11101000 1011 1100001 0 1011111 1001 1111001 1011111 101111

Color Harmonies of #06E80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E80B

Black with #06E80B

Text Example


Text Example

White with #06E80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,232,11); }

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

background-color css

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

 a { background-color: rgb(6,232,11); }

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

border-color css

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

 span { border-color: rgb(6,232,11); }

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