#DAF894

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

Shades of Reef #DAF894

Tints of Reef #DAF894

Color information

#DAF894 (or 0xDAF894) is unknown color: approx Reef. HEX triplet: DA, F8 and 94. RGB value is (218,248,148). Sum of RGB (Red+Green+Blue) = 218+248+148=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 148 (58.20% from 255 or 24.10% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF894 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF894 is #25076B. Grayscale: #E3E3E3. Windows color (decimal): -2426732 or 9763034. OLE color: 9763034.

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

Color convert

RGB218248148-
CMYK0.1200.400.03
HSL78º87.72%77.65%-
HSV(B)78º40.32%97.25%-
XYZ67.8384.1840.69-
YUV227.6383.06121.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 248 (97.27% from 255) = 40.39%
BLUE value IS 148 (58.20% from 255) = 24.10%
R=35.50%
G=40.39%
B=24.10%

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
Decimal2182481480.1200.400.037887.7277.65
HexDAF894C02834e584e
Octal332370224140503116130116
Binary1101101011111000100101001100010100011100111010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF894; }

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

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

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

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

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

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

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

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