#B0FA81

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

Shades of Sulu #B0FA81

Tints of Sulu #B0FA81

Color information

#B0FA81 (or 0xB0FA81) is unknown color: approx Sulu. HEX triplet: B0, FA and 81. RGB value is (176,250,129). Sum of RGB (Red+Green+Blue) = 176+250+129=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FA81 is #4F057E. Grayscale: #D6D6D6. Windows color (decimal): -5178751 or 8518320. OLE color: 8518320.

HSL color Cylindrical-coordinate representation of color #B0FA81: hue angle of 96.69º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0FA81 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB176250129-
CMYK0.3000.480.02
HSL96.69º92.37%74.31%-
HSV(B)96.69º48.4%98.04%-
XYZ56.0579.1933.1-
YUV214.0879.98100.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.71%
GREEN value IS 250 (98.05% from 255) = 45.05%
BLUE value IS 129 (50.78% from 255) = 23.24%
R=31.71%
G=45.05%
B=23.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762501290.3000.480.0296.6992.3774.31
HexB0FA811E0302615c4a
Octal260372201360602141134112
Binary10110000111110101000000111110011000010110000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FA81; }

 p { color: rgb(176,250,129); }

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

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

 a { background-color: rgb(176,250,129); }

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

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

 span { border-color: rgb(176,250,129); }

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