#B0F071

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

Shades of Sulu #B0F071

Tints of Sulu #B0F071

Color information

#B0F071 (or 0xB0F071) is unknown color: approx Sulu. HEX triplet: B0, F0 and 71. RGB value is (176,240,113). Sum of RGB (Red+Green+Blue) = 176+240+113=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F071 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F071 is #4F0F8E. Grayscale: #CECECE. Windows color (decimal): -5181327 or 7467184. OLE color: 7467184.

HSL color Cylindrical-coordinate representation of color #B0F071: hue angle of 90.24º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0F071 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB176240113-
CMYK0.2700.530.06
HSL90.24º80.89%69.22%-
HSV(B)90.24º52.92%94.12%-
XYZ52.0572.7426.92-
YUV206.3975.3106.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.27%
GREEN value IS 240 (94.14% from 255) = 45.37%
BLUE value IS 113 (44.53% from 255) = 21.36%
R=33.27%
G=45.37%
B=21.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762401130.2700.530.0690.2480.8969.22
HexB0F0711B03565a5145
Octal260360161330656132121105
Binary10110000111100001110001110110110101110101101010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F071; }

 p { color: rgb(176,240,113); }

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

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

 a { background-color: rgb(176,240,113); }

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

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

 span { border-color: rgb(176,240,113); }

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