#B0F16E

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

Shades of Sulu #B0F16E

Tints of Sulu #B0F16E

Color information

#B0F16E (or 0xB0F16E) is unknown color: approx Sulu. HEX triplet: B0, F1 and 6E. RGB value is (176,241,110). Sum of RGB (Red+Green+Blue) = 176+241+110=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 110 (43.36% from 255 or 20.87% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F16E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F16E is #4F0E91. Grayscale: #CFCFCF. Windows color (decimal): -5181074 or 7270832. OLE color: 7270832.

HSL color Cylindrical-coordinate representation of color #B0F16E: hue angle of 89.77º 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 #B0F16E is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB176241110-
CMYK0.2700.540.05
HSL89.77º82.39%68.82%-
HSV(B)89.77º54.36%94.51%-
XYZ52.1773.2726.14-
YUV206.6373.47106.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 241 (94.53% from 255) = 45.73%
BLUE value IS 110 (43.36% from 255) = 20.87%
R=33.40%
G=45.73%
B=20.87%

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
Decimal1762411100.2700.540.0589.7782.3968.82
HexB0F16E1B03655a5245
Octal260361156330665132122105
Binary10110000111100011101110110110110110101101101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F16E; }

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

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

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

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

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

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

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

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