#B1F16D

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

Shades of Sulu #B1F16D

Tints of Sulu #B1F16D

Color information

#B1F16D (or 0xB1F16D) is unknown color: approx Sulu. HEX triplet: B1, F1 and 6D. RGB value is (177,241,109). Sum of RGB (Red+Green+Blue) = 177+241+109=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F16D is #4E0E92. Grayscale: #CFCFCF. Windows color (decimal): -5115539 or 7205297. OLE color: 7205297.

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

Color convert

RGB177241109-
CMYK0.2700.550.05
HSL89.09º82.5%68.63%-
HSV(B)89.09º54.77%94.51%-
XYZ52.3573.3625.87-
YUV206.8272.8106.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 241 (94.53% from 255) = 45.73%
BLUE value IS 109 (42.97% from 255) = 20.68%
R=33.59%
G=45.73%
B=20.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772411090.2700.550.0589.0982.568.63
HexB1F16D1B0375595245
Octal261361155330675131122105
Binary10110001111100011101101110110110111101101100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F16D; }

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

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

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

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

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

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

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

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