#DAF887

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

Shades of Sulu #DAF887

Tints of Sulu #DAF887

Color information

#DAF887 (or 0xDAF887) is unknown color: approx Sulu. HEX triplet: DA, F8 and 87. RGB value is (218,248,135). Sum of RGB (Red+Green+Blue) = 218+248+135=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 248 (97.27% from 255 or 41.26% from 601); Blue value is 135 (53.12% from 255 or 22.46% from 601); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF887 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF887 is #250778. Grayscale: #E2E2E2. Windows color (decimal): -2426745 or 8911066. OLE color: 8911066.

HSL color Cylindrical-coordinate representation of color #DAF887: hue angle of 75.93º 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 #DAF887 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB218248135-
CMYK0.1200.460.03
HSL75.93º88.98%75.1%-
HSV(B)75.93º45.56%97.25%-
XYZ66.8583.7935.57-
YUV226.1576.56122.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 248 (97.27% from 255) = 41.26%
BLUE value IS 135 (53.12% from 255) = 22.46%
R=36.27%
G=41.26%
B=22.46%

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
Decimal2182481350.1200.460.0375.9388.9875.1
HexDAF887C02E34c594b
Octal332370207140563114131113
Binary1101101011111000100001111100010111011100110010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF887; }

 p { color: rgb(218,248,135); }

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

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

 a { background-color: rgb(218,248,135); }

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

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

 span { border-color: rgb(218,248,135); }

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