Html Css Color HEX #0BF811 Free Speech Green

📋 copy color: '#0BF811'

red 11 ◦ green 248 ◦ blue 17

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

Shades of Free Speech Green #0BF811

Tints of Free Speech Green #0BF811

RGB

 RED value IS 11 (4.69% from 255) = 3.99%

 GREEN value IS 248 (97.27% from 255) = 89.86%

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

R = 3.99%
G = 89.86%
B = 6.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#0BF811 (or 0x0BF811) is known color: Free Speech Green. HEX triplet: 0B, F8 and 11. RGB value is (11,248,17). Sum of RGB (Red+Green+Blue) = 11+248+17=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 248 (97.27% from 255 or 89.86% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 248 - color contains mainly: green. Hex color #0BF811 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF811 is #F407EE. Grayscale: #979797. Windows color (decimal): -15992815 or 1177611. OLE color: 1177611.

HSL color Cylindrical-coordinate representation of color #0BF811: hue angle of 121.52º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF811 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 11 248 17 -
CMYK 0.96 0 0.93 0.03
HSL 121.52º 0.94% 0.51% -
HSV(B) 121.52º 0.96% 0.97% -
XYZ 33.81 67.25 11.73 -
YUV 150.8 52.48 28.28 -
System Red Green Blue C M Y K H S L
Decimal 11 248 17 0.96 0 0.93 0.03 121.52 0.94 0.51
Hex B F8 11 60 0 5D 3 7A 5E 33
Octal 13 370 21 140 0 135 3 172 136 63
Binary 1011 11111000 10001 1100000 0 1011101 11 1111010 1011110 110011

Color Harmonies of #0BF811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF811

Black with #0BF811

Text Example


Text Example

White with #0BF811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BF811; }

 p { color: rgb(11,248,17); }

 H1.HeaderClassName
 {
   color: #0BF811;
 }
 .AnyTagClassName
 {
   color: #0BF811;
 }
</style>

background-color css

<style>
 a { background-color: #0BF811; }

 a { background-color: rgb(11,248,17); }

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

border-color css

<style>
 span { border-color: #0BF811; }

 span { border-color: rgb(11,248,17); }

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