#B2FB80

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

Shades of Sulu #B2FB80

Tints of Sulu #B2FB80

Color information

#B2FB80 (or 0xB2FB80) is unknown color: approx Sulu. HEX triplet: B2, FB and 80. RGB value is (178,251,128). Sum of RGB (Red+Green+Blue) = 178+251+128=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FB80 is #4D047F. Grayscale: #D7D7D7. Windows color (decimal): -5047424 or 8453042. OLE color: 8453042.

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

Color convert

RGB178251128-
CMYK0.2900.490.02
HSL95.61º93.89%74.31%-
HSV(B)95.61º49%98.43%-
XYZ56.7580.0232.88-
YUV215.1578.82101.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.96%
GREEN value IS 251 (98.44% from 255) = 45.06%
BLUE value IS 128 (50.39% from 255) = 22.98%
R=31.96%
G=45.06%
B=22.98%

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
Decimal1782511280.2900.490.0295.6193.8974.31
HexB2FB801D0312605e4a
Octal262373200350612140136112
Binary10110010111110111000000011101011000110110000010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FB80; }

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

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

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

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

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

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

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

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