#daf49e

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

Shades of Reef #DAF49E

Tints of Reef #DAF49E

Color information

#DAF49E (or 0xDAF49E) is unknown color: approx Reef. HEX triplet: DA, F4 and 9E. RGB value is (218,244,158). Sum of RGB (Red+Green+Blue) = 218+244+158=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 244 (95.70% from 255 or 39.35% from 620); Blue value is 158 (62.11% from 255 or 25.48% from 620); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF49E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF49E is #250B61. Grayscale: #E2E2E2. Windows color (decimal): -2427746 or 10417370. OLE color: 10417370.

HSL color Cylindrical-coordinate representation of color #DAF49E: hue angle of 78.14º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAF49E is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB218244158-
CMYK0.1100.350.04
HSL78.14º79.63%78.82%-
HSV(B)78.14º35.25%95.69%-
XYZ67.4482.0844.64-
YUV226.4289.39121.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 244 (95.70% from 255) = 39.35%
BLUE value IS 158 (62.11% from 255) = 25.48%
R=35.16%
G=39.35%
B=25.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182441580.1100.350.0478.1479.6378.82
HexDAF49EB02344e504f
Octal332364236130434116120117
Binary11011010111101001001111010110100011100100111010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #daf49e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #daf49e; }

 p { color: rgb(218,244,158); }

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

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

 a { background-color: rgb(218,244,158); }

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

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

 span { border-color: rgb(218,244,158); }

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