#B0FE83

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

Shades of Sulu #B0FE83

Tints of Sulu #B0FE83

Color information

#B0FE83 (or 0xB0FE83) is unknown color: approx Sulu. HEX triplet: B0, FE and 83. RGB value is (176,254,131). Sum of RGB (Red+Green+Blue) = 176+254+131=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 131 (51.56% from 255 or 23.35% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FE83 is #4F017C. Grayscale: #D9D9D9. Windows color (decimal): -5177725 or 8650416. OLE color: 8650416.

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

Color convert

RGB176254131-
CMYK0.3100.480.00
HSL98.05º98.4%75.49%-
HSV(B)98.05º48.43%99.61%-
XYZ57.4481.7534.22-
YUV216.6679.6699-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.37%
GREEN value IS 254 (99.61% from 255) = 45.28%
BLUE value IS 131 (51.56% from 255) = 23.35%
R=31.37%
G=45.28%
B=23.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762541310.3100.480.0098.0598.475.49
HexB0FE831F030062624b
Octal260376203370600142142113
Binary1011000011111110100000111111101100000110001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FE83; }

 p { color: rgb(176,254,131); }

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

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

 a { background-color: rgb(176,254,131); }

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

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

 span { border-color: rgb(176,254,131); }

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