#B5D870

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

Shades of Sulu #B5D870

Tints of Sulu #B5D870

Color information

#B5D870 (or 0xB5D870) is unknown color: approx Sulu. HEX triplet: B5, D8 and 70. RGB value is (181,216,112). Sum of RGB (Red+Green+Blue) = 181+216+112=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D870 is #4A278F. Grayscale: #C2C2C2. Windows color (decimal): -4859792 or 7395509. OLE color: 7395509.

HSL color Cylindrical-coordinate representation of color #B5D870: hue angle of 80.19º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5D870 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB181216112-
CMYK0.1600.480.15
HSL80.19º57.14%64.31%-
HSV(B)80.19º48.15%84.71%-
XYZ46.5460.1124.48-
YUV193.6881.9118.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.56%
GREEN value IS 216 (84.77% from 255) = 42.44%
BLUE value IS 112 (44.14% from 255) = 22.00%
R=35.56%
G=42.44%
B=22.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812161120.1600.480.1580.1957.1464.31
HexB5D87010030F503940
Octal265330160200601712071100
Binary10110101110110001110000100000110000111110100001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D870; }

 p { color: rgb(181,216,112); }

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

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

 a { background-color: rgb(181,216,112); }

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

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

 span { border-color: rgb(181,216,112); }

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