#DBF987

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

Shades of Sulu #DBF987

Tints of Sulu #DBF987

Color information

#DBF987 (or 0xDBF987) is unknown color: approx Sulu. HEX triplet: DB, F9 and 87. RGB value is (219,249,135). Sum of RGB (Red+Green+Blue) = 219+249+135=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 135 (53.12% from 255 or 22.39% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF987 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF987 is #240678. Grayscale: #E3E3E3. Windows color (decimal): -2360953 or 8911323. OLE color: 8911323.

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

Color convert

RGB219249135-
CMYK0.1200.460.02
HSL75.79º90.48%75.29%-
HSV(B)75.79º45.78%97.65%-
XYZ67.4684.5635.69-
YUV227.0376.06122.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 249 (97.66% from 255) = 41.29%
BLUE value IS 135 (53.12% from 255) = 22.39%
R=36.32%
G=41.29%
B=22.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192491350.1200.460.0275.7990.4875.29
HexDBF987C02E24c5a4b
Octal333371207140562114132113
Binary1101101111111001100001111100010111010100110010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF987; }

 p { color: rgb(219,249,135); }

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

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

 a { background-color: rgb(219,249,135); }

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

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

 span { border-color: rgb(219,249,135); }

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