#B7DB70

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

Shades of Sulu #B7DB70

Tints of Sulu #B7DB70

Color information

#B7DB70 (or 0xB7DB70) is unknown color: approx Sulu. HEX triplet: B7, DB and 70. RGB value is (183,219,112). Sum of RGB (Red+Green+Blue) = 183+219+112=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DB70 is #48248F. Grayscale: #C4C4C4. Windows color (decimal): -4727952 or 7396279. OLE color: 7396279.

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

Color convert

RGB183219112-
CMYK0.1600.490.14
HSL80.19º59.78%64.9%-
HSV(B)80.19º48.86%85.88%-
XYZ47.7861.924.76-
YUV196.0480.57118.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.60%
GREEN value IS 219 (85.94% from 255) = 42.61%
BLUE value IS 112 (44.14% from 255) = 21.79%
R=35.60%
G=42.61%
B=21.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832191120.1600.490.1480.1959.7864.9
HexB7DB7010031E503c41
Octal267333160200611612074101
Binary10110111110110111110000100000110001111010100001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DB70; }

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

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

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

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

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

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

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

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