#DAF895

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

Shades of Reef #DAF895

Tints of Reef #DAF895

Color information

#DAF895 (or 0xDAF895) is unknown color: approx Reef. HEX triplet: DA, F8 and 95. RGB value is (218,248,149). Sum of RGB (Red+Green+Blue) = 218+248+149=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF895 is #25076A. Grayscale: #E4E4E4. Windows color (decimal): -2426731 or 9828570. OLE color: 9828570.

HSL color Cylindrical-coordinate representation of color #DAF895: hue angle of 78.18º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAF895 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB218248149-
CMYK0.1200.400.03
HSL78.18º87.61%77.84%-
HSV(B)78.18º39.92%97.25%-
XYZ67.9184.2141.11-
YUV227.7483.56121.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 248 (97.27% from 255) = 40.33%
BLUE value IS 149 (58.59% from 255) = 24.23%
R=35.45%
G=40.33%
B=24.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182481490.1200.400.0378.1887.6177.84
HexDAF895C02834e584e
Octal332370225140503116130116
Binary1101101011111000100101011100010100011100111010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF895; }

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

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

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

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

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

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

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

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