#B4DB70

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

Shades of Sulu #B4DB70

Tints of Sulu #B4DB70

Color information

#B4DB70 (or 0xB4DB70) is unknown color: approx Sulu. HEX triplet: B4, DB and 70. RGB value is (180,219,112). Sum of RGB (Red+Green+Blue) = 180+219+112=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DB70 is #4B248F. Grayscale: #C3C3C3. Windows color (decimal): -4924560 or 7396276. OLE color: 7396276.

HSL color Cylindrical-coordinate representation of color #B4DB70: hue angle of 81.87º 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 #B4DB70 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB180219112-
CMYK0.1800.490.14
HSL81.87º59.78%64.9%-
HSV(B)81.87º48.86%85.88%-
XYZ47.0861.5424.73-
YUV195.1481.08117.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.23%
GREEN value IS 219 (85.94% from 255) = 42.86%
BLUE value IS 112 (44.14% from 255) = 21.92%
R=35.23%
G=42.86%
B=21.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802191120.1800.490.1481.8759.7864.9
HexB4DB7012031E523c41
Octal264333160220611612274101
Binary10110100110110111110000100100110001111010100101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DB70; }

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

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

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

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

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

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

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

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