#DAF7A4

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

Shades of Reef #DAF7A4

Tints of Reef #DAF7A4

Color information

#DAF7A4 (or 0xDAF7A4) is unknown color: approx Reef. HEX triplet: DA, F7 and A4. RGB value is (218,247,164). Sum of RGB (Red+Green+Blue) = 218+247+164=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 247 (96.88% from 255 or 39.27% from 629); Blue value is 164 (64.45% from 255 or 26.07% from 629); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF7A4 is #25085B. Grayscale: #E5E5E5. Windows color (decimal): -2426972 or 10811354. OLE color: 10811354.

HSL color Cylindrical-coordinate representation of color #DAF7A4: hue angle of 80.96º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAF7A4 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB218247164-
CMYK0.1200.340.03
HSL80.96º83.84%80.59%-
HSV(B)80.96º33.6%96.86%-
XYZ68.8884.1147.73-
YUV228.8791.39120.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 247 (96.88% from 255) = 39.27%
BLUE value IS 164 (64.45% from 255) = 26.07%
R=34.66%
G=39.27%
B=26.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182471640.1200.340.0380.9683.8480.59
HexDAF7A4C0223515451
Octal332367244140423121124121
Binary1101101011110111101001001100010001011101000110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF7A4; }

 p { color: rgb(218,247,164); }

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

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

 a { background-color: rgb(218,247,164); }

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

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

 span { border-color: rgb(218,247,164); }

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