#B0FF80

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

Shades of Sulu #B0FF80

Tints of Sulu #B0FF80

Color information

#B0FF80 (or 0xB0FF80) is unknown color: approx Sulu. HEX triplet: B0, FF and 80. RGB value is (176,255,128). Sum of RGB (Red+Green+Blue) = 176+255+128=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FF80 is #4F007F. Grayscale: #D9D9D9. Windows color (decimal): -5177472 or 8454064. OLE color: 8454064.

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

Color convert

RGB176255128-
CMYK0.3100.500
HSL97.32º100%75.1%-
HSV(B)97.32º49.8%100%-
XYZ57.5682.3133.28-
YUV216.977.8398.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.48%
GREEN value IS 255 (100% from 255) = 45.62%
BLUE value IS 128 (50.39% from 255) = 22.90%
R=31.48%
G=45.62%
B=22.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762551280.3100.50097.3210075.1
HexB0FF801F032061644b
Octal260377200370620141144113
Binary1011000011111111100000001111101100100110000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FF80; }

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

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

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

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

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

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

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

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