#DAFE9D

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

Shades of Reef #DAFE9D

Tints of Reef #DAFE9D

Color information

#DAFE9D (or 0xDAFE9D) is unknown color: approx Reef. HEX triplet: DA, FE and 9D. RGB value is (218,254,157). Sum of RGB (Red+Green+Blue) = 218+254+157=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 157 (61.72% from 255 or 24.96% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE9D is #250162. Grayscale: #E8E8E8. Windows color (decimal): -2425187 or 10354394. OLE color: 10354394.

HSL color Cylindrical-coordinate representation of color #DAFE9D: hue angle of 82.27º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAFE9D is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB218254157-
CMYK0.1400.380.00
HSL82.27º97.98%80.59%-
HSV(B)82.27º38.19%99.61%-
XYZ70.4488.2245.21-
YUV232.1885.57117.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 157 (61.72% from 255) = 24.96%
R=34.66%
G=40.38%
B=24.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541570.1400.380.0082.2797.9880.59
HexDAFE9DE0260526251
Octal332376235160460122142121
Binary110110101111111010011101111001001100101001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFE9D; }

 p { color: rgb(218,254,157); }

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

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

 a { background-color: rgb(218,254,157); }

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

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

 span { border-color: rgb(218,254,157); }

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