#DAF988

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

Shades of Sulu #DAF988

Tints of Sulu #DAF988

Color information

#DAF988 (or 0xDAF988) is unknown color: approx Sulu. HEX triplet: DA, F9 and 88. RGB value is (218,249,136). Sum of RGB (Red+Green+Blue) = 218+249+136=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 136 (53.52% from 255 or 22.55% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF988 is #250677. Grayscale: #E3E3E3. Windows color (decimal): -2426488 or 8976858. OLE color: 8976858.

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

Color convert

RGB218249136-
CMYK0.1200.450.02
HSL76.46º90.4%75.49%-
HSV(B)76.46º45.38%97.65%-
XYZ67.2384.4336.05-
YUV226.8576.73121.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 249 (97.66% from 255) = 41.29%
BLUE value IS 136 (53.52% from 255) = 22.55%
R=36.15%
G=41.29%
B=22.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182491360.1200.450.0276.4690.475.49
HexDAF988C02D24c5a4b
Octal332371210140552114132113
Binary1101101011111001100010001100010110110100110010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF988; }

 p { color: rgb(218,249,136); }

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

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

 a { background-color: rgb(218,249,136); }

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

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

 span { border-color: rgb(218,249,136); }

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