#B1FE85

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

Shades of Sulu #B1FE85

Tints of Sulu #B1FE85

Color information

#B1FE85 (or 0xB1FE85) is unknown color: approx Sulu. HEX triplet: B1, FE and 85. RGB value is (177,254,133). Sum of RGB (Red+Green+Blue) = 177+254+133=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FE85 is #4E017A. Grayscale: #D9D9D9. Windows color (decimal): -5112187 or 8781489. OLE color: 8781489.

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

Color convert

RGB177254133-
CMYK0.3000.480.00
HSL98.18º98.37%75.88%-
HSV(B)98.18º47.64%99.61%-
XYZ57.8181.9234.96-
YUV217.1880.4999.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.38%
GREEN value IS 254 (99.61% from 255) = 45.04%
BLUE value IS 133 (52.34% from 255) = 23.58%
R=31.38%
G=45.04%
B=23.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772541330.3000.480.0098.1898.3775.88
HexB1FE851E030062624c
Octal261376205360600142142114
Binary1011000111111110100001011111001100000110001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FE85; }

 p { color: rgb(177,254,133); }

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

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

 a { background-color: rgb(177,254,133); }

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

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

 span { border-color: rgb(177,254,133); }

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