#B1FD84

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

Shades of Sulu #B1FD84

Tints of Sulu #B1FD84

Color information

#B1FD84 (or 0xB1FD84) is unknown color: approx Sulu. HEX triplet: B1, FD and 84. RGB value is (177,253,132). Sum of RGB (Red+Green+Blue) = 177+253+132=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FD84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FD84 is #4E027B. Grayscale: #D8D8D8. Windows color (decimal): -5112444 or 8715697. OLE color: 8715697.

HSL color Cylindrical-coordinate representation of color #B1FD84: hue angle of 97.69º degrees, saturation: 0.97, 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 #B1FD84 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB177253132-
CMYK0.3000.480.01
HSL97.69º96.8%75.49%-
HSV(B)97.69º47.83%99.22%-
XYZ57.4281.2634.49-
YUV216.4880.3299.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.49%
GREEN value IS 253 (99.22% from 255) = 45.02%
BLUE value IS 132 (51.95% from 255) = 23.49%
R=31.49%
G=45.02%
B=23.49%

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
Decimal1772531320.3000.480.0197.6996.875.49
HexB1FD841E030162614b
Octal261375204360601142141113
Binary1011000111111101100001001111001100001110001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FD84; }

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

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

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

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

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

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

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

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