#B0E771

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

Shades of Sulu #B0E771

Tints of Sulu #B0E771

Color information

#B0E771 (or 0xB0E771) is unknown color: approx Sulu. HEX triplet: B0, E7 and 71. RGB value is (176,231,113). Sum of RGB (Red+Green+Blue) = 176+231+113=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #B0E771 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E771 is #4F188E. Grayscale: #C9C9C9. Windows color (decimal): -5183631 or 7464880. OLE color: 7464880.

HSL color Cylindrical-coordinate representation of color #B0E771: hue angle of 87.97º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0E771 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB176231113-
CMYK0.2400.510.09
HSL87.97º71.08%67.45%-
HSV(B)87.97º51.08%90.59%-
XYZ49.4667.5726.06-
YUV201.178.28110.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 231 (90.62% from 255) = 44.42%
BLUE value IS 113 (44.53% from 255) = 21.73%
R=33.85%
G=44.42%
B=21.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762311130.2400.510.0987.9771.0867.45
HexB0E771180339584743
Octal2603471613006311130107103
Binary101100001110011111100011100001100111001101100010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E771; }

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

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

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

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

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

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

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

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