#B1FB6A

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

Shades of Sulu #B1FB6A

Tints of Sulu #B1FB6A

Color information

#B1FB6A (or 0xB1FB6A) is unknown color: approx Sulu. HEX triplet: B1, FB and 6A. RGB value is (177,251,106). Sum of RGB (Red+Green+Blue) = 177+251+106=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FB6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FB6A is #4E0495. Grayscale: #D4D4D4. Windows color (decimal): -5112982 or 7011249. OLE color: 7011249.

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

Color convert

RGB177251106-
CMYK0.2900.580.02
HSL90.62º94.77%70%-
HSV(B)90.62º57.77%98.43%-
XYZ55.2379.3826.05-
YUV212.3467.98102.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 251 (98.44% from 255) = 47.00%
BLUE value IS 106 (41.80% from 255) = 19.85%
R=33.15%
G=47.00%
B=19.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772511060.2900.580.0290.6294.7770
HexB1FB6A1D03A25b5f46
Octal261373152350722133137106
Binary1011000111111011110101011101011101010101101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FB6A; }

 p { color: rgb(177,251,106); }

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

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

 a { background-color: rgb(177,251,106); }

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

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

 span { border-color: rgb(177,251,106); }

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