#DBF886

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

Shades of Sulu #DBF886

Tints of Sulu #DBF886

Color information

#DBF886 (or 0xDBF886) is unknown color: approx Sulu. HEX triplet: DB, F8 and 86. RGB value is (219,248,134). Sum of RGB (Red+Green+Blue) = 219+248+134=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 248 (97.27% from 255 or 41.26% from 601); Blue value is 134 (52.73% from 255 or 22.30% from 601); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF886 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF886 is #240779. Grayscale: #E2E2E2. Windows color (decimal): -2361210 or 8845531. OLE color: 8845531.

HSL color Cylindrical-coordinate representation of color #DBF886: hue angle of 75.26º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBF886 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB219248134-
CMYK0.1200.460.03
HSL75.26º89.06%74.9%-
HSV(B)75.26º45.97%97.25%-
XYZ67.0883.9235.22-
YUV226.3375.89122.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.44%
GREEN value IS 248 (97.27% from 255) = 41.26%
BLUE value IS 134 (52.73% from 255) = 22.30%
R=36.44%
G=41.26%
B=22.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192481340.1200.460.0375.2689.0674.9
HexDBF886C02E34b594b
Octal333370206140563113131113
Binary1101101111111000100001101100010111011100101110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF886; }

 p { color: rgb(219,248,134); }

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

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

 a { background-color: rgb(219,248,134); }

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

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

 span { border-color: rgb(219,248,134); }

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