#B5DB70

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

Shades of Sulu #B5DB70

Tints of Sulu #B5DB70

Color information

#B5DB70 (or 0xB5DB70) is unknown color: approx Sulu. HEX triplet: B5, DB and 70. RGB value is (181,219,112). Sum of RGB (Red+Green+Blue) = 181+219+112=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DB70 is #4A248F. Grayscale: #C3C3C3. Windows color (decimal): -4859024 or 7396277. OLE color: 7396277.

HSL color Cylindrical-coordinate representation of color #B5DB70: hue angle of 81.31º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5DB70 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB181219112-
CMYK0.1700.490.14
HSL81.31º59.78%64.9%-
HSV(B)81.31º48.86%85.88%-
XYZ47.3161.6624.74-
YUV195.4480.91117.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 219 (85.94% from 255) = 42.77%
BLUE value IS 112 (44.14% from 255) = 21.88%
R=35.35%
G=42.77%
B=21.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812191120.1700.490.1481.3159.7864.9
HexB5DB7011031E513c41
Octal265333160210611612174101
Binary10110101110110111110000100010110001111010100011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DB70; }

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

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

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

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

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

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

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

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