#DAF885

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

Shades of Sulu #DAF885

Tints of Sulu #DAF885

Color information

#DAF885 (or 0xDAF885) is unknown color: approx Sulu. HEX triplet: DA, F8 and 85. RGB value is (218,248,133). Sum of RGB (Red+Green+Blue) = 218+248+133=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF885 is #25077A. Grayscale: #E2E2E2. Windows color (decimal): -2426747 or 8779994. OLE color: 8779994.

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

Color convert

RGB218248133-
CMYK0.1200.460.03
HSL75.65º89.15%74.71%-
HSV(B)75.65º46.37%97.25%-
XYZ66.7183.7334.84-
YUV225.9275.56122.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 248 (97.27% from 255) = 41.40%
BLUE value IS 133 (52.34% from 255) = 22.20%
R=36.39%
G=41.40%
B=22.20%

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
Decimal2182481330.1200.460.0375.6589.1574.71
HexDAF885C02E34c594b
Octal332370205140563114131113
Binary1101101011111000100001011100010111011100110010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF885; }

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

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

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

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

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

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

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

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