#B7FC80

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

Shades of Sulu #B7FC80

Tints of Sulu #B7FC80

Color information

#B7FC80 (or 0xB7FC80) is unknown color: approx Sulu. HEX triplet: B7, FC and 80. RGB value is (183,252,128). Sum of RGB (Red+Green+Blue) = 183+252+128=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #B7FC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7FC80 is #48037F. Grayscale: #D9D9D9. Windows color (decimal): -4719488 or 8453303. OLE color: 8453303.

HSL color Cylindrical-coordinate representation of color #B7FC80: hue angle of 93.39º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7FC80 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB183252128-
CMYK0.2700.490.01
HSL93.39º95.38%74.51%-
HSV(B)93.39º49.21%98.82%-
XYZ58.2481.2533.03-
YUV217.2377.64103.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.50%
GREEN value IS 252 (98.83% from 255) = 44.76%
BLUE value IS 128 (50.39% from 255) = 22.74%
R=32.50%
G=44.76%
B=22.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832521280.2700.490.0193.3995.3874.51
HexB7FC801B03115d5f4b
Octal267374200330611135137113
Binary1011011111111100100000001101101100011101110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FC80; }

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

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

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

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

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

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

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

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