#B2FB81

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

Shades of Sulu #B2FB81

Tints of Sulu #B2FB81

Color information

#B2FB81 (or 0xB2FB81) is unknown color: approx Sulu. HEX triplet: B2, FB and 81. RGB value is (178,251,129). Sum of RGB (Red+Green+Blue) = 178+251+129=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 251 (98.44% from 255 or 44.98% from 558); Blue value is 129 (50.78% from 255 or 23.12% from 558); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FB81 is #4D047E. Grayscale: #D7D7D7. Windows color (decimal): -5047423 or 8518578. OLE color: 8518578.

HSL color Cylindrical-coordinate representation of color #B2FB81: hue angle of 95.9º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2FB81 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB178251129-
CMYK0.2900.490.02
HSL95.9º93.85%74.51%-
HSV(B)95.9º48.61%98.43%-
XYZ56.8280.0433.22-
YUV215.2679.32101.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.90%
GREEN value IS 251 (98.44% from 255) = 44.98%
BLUE value IS 129 (50.78% from 255) = 23.12%
R=31.90%
G=44.98%
B=23.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782511290.2900.490.0295.993.8574.51
HexB2FB811D0312605e4b
Octal262373201350612140136113
Binary10110010111110111000000111101011000110110000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FB81; }

 p { color: rgb(178,251,129); }

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

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

 a { background-color: rgb(178,251,129); }

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

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

 span { border-color: rgb(178,251,129); }

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