#B1F07B

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

Shades of Sulu #B1F07B

Tints of Sulu #B1F07B

Color information

#B1F07B (or 0xB1F07B) is unknown color: approx Sulu. HEX triplet: B1, F0 and 7B. RGB value is (177,240,123). Sum of RGB (Red+Green+Blue) = 177+240+123=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F07B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F07B is #4E0F84. Grayscale: #D0D0D0. Windows color (decimal): -5115781 or 8122545. OLE color: 8122545.

HSL color Cylindrical-coordinate representation of color #B1F07B: hue angle of 92.31º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1F07B is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB177240123-
CMYK0.2600.490.06
HSL92.31º79.59%71.18%-
HSV(B)92.31º48.75%94.12%-
XYZ52.8773.130.06-
YUV207.8280.13106.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.78%
GREEN value IS 240 (94.14% from 255) = 44.44%
BLUE value IS 123 (48.44% from 255) = 22.78%
R=32.78%
G=44.44%
B=22.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772401230.2600.490.0692.3179.5971.18
HexB1F07B1A03165c5047
Octal261360173320616134120107
Binary10110001111100001111011110100110001110101110010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F07B; }

 p { color: rgb(177,240,123); }

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

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

 a { background-color: rgb(177,240,123); }

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

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

 span { border-color: rgb(177,240,123); }

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