#B1F16E

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

Shades of Sulu #B1F16E

Tints of Sulu #B1F16E

Color information

#B1F16E (or 0xB1F16E) is unknown color: approx Sulu. HEX triplet: B1, F1 and 6E. RGB value is (177,241,110). Sum of RGB (Red+Green+Blue) = 177+241+110=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F16E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F16E is #4E0E91. Grayscale: #CFCFCF. Windows color (decimal): -5115538 or 7270833. OLE color: 7270833.

HSL color Cylindrical-coordinate representation of color #B1F16E: hue angle of 89.31º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1F16E is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB177241110-
CMYK0.2700.540.05
HSL89.31º82.39%68.82%-
HSV(B)89.31º54.36%94.51%-
XYZ52.473.3826.15-
YUV206.9373.3106.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.52%
GREEN value IS 241 (94.53% from 255) = 45.64%
BLUE value IS 110 (43.36% from 255) = 20.83%
R=33.52%
G=45.64%
B=20.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772411100.2700.540.0589.3182.3968.82
HexB1F16E1B0365595245
Octal261361156330665131122105
Binary10110001111100011101110110110110110101101100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F16E; }

 p { color: rgb(177,241,110); }

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

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

 a { background-color: rgb(177,241,110); }

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

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

 span { border-color: rgb(177,241,110); }

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