#B7FB80

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

Shades of Sulu #B7FB80

Tints of Sulu #B7FB80

Color information

#B7FB80 (or 0xB7FB80) is unknown color: approx Sulu. HEX triplet: B7, FB and 80. RGB value is (183,251,128). Sum of RGB (Red+Green+Blue) = 183+251+128=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #B7FB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7FB80 is #48047F. Grayscale: #D9D9D9. Windows color (decimal): -4719744 or 8453047. OLE color: 8453047.

HSL color Cylindrical-coordinate representation of color #B7FB80: hue angle of 93.17º 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 #B7FB80 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB183251128-
CMYK0.2700.490.02
HSL93.17º93.89%74.31%-
HSV(B)93.17º49%98.43%-
XYZ57.9280.6232.93-
YUV216.6577.97104-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.56%
GREEN value IS 251 (98.44% from 255) = 44.66%
BLUE value IS 128 (50.39% from 255) = 22.78%
R=32.56%
G=44.66%
B=22.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832511280.2700.490.0293.1793.8974.31
HexB7FB801B03125d5e4a
Octal267373200330612135136112
Binary10110111111110111000000011011011000110101110110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FB80; }

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

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

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

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

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

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

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

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