#B1FA84

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

Shades of Sulu #B1FA84

Tints of Sulu #B1FA84

Color information

#B1FA84 (or 0xB1FA84) is unknown color: approx Sulu. HEX triplet: B1, FA and 84. RGB value is (177,250,132). Sum of RGB (Red+Green+Blue) = 177+250+132=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FA84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FA84 is #4E057B. Grayscale: #D7D7D7. Windows color (decimal): -5113212 or 8714929. OLE color: 8714929.

HSL color Cylindrical-coordinate representation of color #B1FA84: hue angle of 97.12º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1FA84 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB177250132-
CMYK0.2900.470.02
HSL97.12º92.19%74.9%-
HSV(B)97.12º47.2%98.04%-
XYZ56.4879.3834.18-
YUV214.7281.32101.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.66%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 132 (51.95% from 255) = 23.61%
R=31.66%
G=44.72%
B=23.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772501320.2900.470.0297.1292.1974.9
HexB1FA841D02F2615c4b
Octal261372204350572141134113
Binary10110001111110101000010011101010111110110000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FA84; }

 p { color: rgb(177,250,132); }

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

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

 a { background-color: rgb(177,250,132); }

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

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

 span { border-color: rgb(177,250,132); }

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