#B0FF6F

Color #B0FF6F Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #B0FF6F

Tints of Sulu #B0FF6F

Color information

#B0FF6F (or 0xB0FF6F) is unknown color: approx Sulu. HEX triplet: B0, FF and 6F. RGB value is (176,255,111). Sum of RGB (Red+Green+Blue) = 176+255+111=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 111 (43.75% from 255 or 20.48% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF6F is #4F0090. Grayscale: #D7D7D7. Windows color (decimal): -5177489 or 7339952. OLE color: 7339952.

HSL color Cylindrical-coordinate representation of color #B0FF6F: hue angle of 92.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0FF6F is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB176255111-
CMYK0.3100.560
HSL92.92º100%71.76%-
HSV(B)92.92º56.47%100%-
XYZ56.5381.927.87-
YUV214.9669.33100.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.47%
GREEN value IS 255 (100% from 255) = 47.05%
BLUE value IS 111 (43.75% from 255) = 20.48%
R=32.47%
G=47.05%
B=20.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762551110.3100.56092.9210071.76
HexB0FF6F1F03805d6448
Octal260377157370700135144110
Binary101100001111111111011111111101110000101110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FF6F; }

 p { color: rgb(176,255,111); }

 H1.HeaderClassName
 {
   color: #B0FF6F;
 }
 .AnyTagClassName
 {
   color: #B0FF6F;
 }
</style>
background-color css

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

 a { background-color: rgb(176,255,111); }

 div.DivClassName
 {
   background-color: #B0FF6F;
 }
 .BgClassName
 {
   background-color: #B0FF6F;
 }
</style>
border-color css

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

 span { border-color: rgb(176,255,111); }

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