#B1FC82

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

Shades of Sulu #B1FC82

Tints of Sulu #B1FC82

Color information

#B1FC82 (or 0xB1FC82) is unknown color: approx Sulu. HEX triplet: B1, FC and 82. RGB value is (177,252,130). Sum of RGB (Red+Green+Blue) = 177+252+130=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FC82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FC82 is #4E037D. Grayscale: #D8D8D8. Windows color (decimal): -5112702 or 8584369. OLE color: 8584369.

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

Color convert

RGB177252130-
CMYK0.3000.480.01
HSL96.89º95.31%74.9%-
HSV(B)96.89º48.41%98.82%-
XYZ56.9780.5833.67-
YUV215.6779.65100.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.66%
GREEN value IS 252 (98.83% from 255) = 45.08%
BLUE value IS 130 (51.17% from 255) = 23.26%
R=31.66%
G=45.08%
B=23.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772521300.3000.480.0196.8995.3174.9
HexB1FC821E0301615f4b
Octal261374202360601141137113
Binary1011000111111100100000101111001100001110000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FC82; }

 p { color: rgb(177,252,130); }

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

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

 a { background-color: rgb(177,252,130); }

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

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

 span { border-color: rgb(177,252,130); }

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