#DAF5AF

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

Shades of Reef #DAF5AF

Tints of Reef #DAF5AF

Color information

#DAF5AF (or 0xDAF5AF) is unknown color: approx Reef. HEX triplet: DA, F5 and AF. RGB value is (218,245,175). Sum of RGB (Red+Green+Blue) = 218+245+175=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF5AF is #250A50. Grayscale: #E5E5E5. Windows color (decimal): -2427473 or 11531738. OLE color: 11531738.

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

Color convert

RGB218245175-
CMYK0.1100.290.04
HSL83.14º77.78%82.35%-
HSV(B)83.14º28.57%96.08%-
XYZ69.383.3152.98-
YUV228.9597.55120.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 245 (96.09% from 255) = 38.40%
BLUE value IS 175 (68.75% from 255) = 27.43%
R=34.17%
G=38.40%
B=27.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182451750.1100.290.0483.1477.7882.35
HexDAF5AFB01D4534e52
Octal332365257130354123116122
Binary1101101011110101101011111011011101100101001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF5AF; }

 p { color: rgb(218,245,175); }

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

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

 a { background-color: rgb(218,245,175); }

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

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

 span { border-color: rgb(218,245,175); }

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