#DAFE97

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

Shades of Reef #DAFE97

Tints of Reef #DAFE97

Color information

#DAFE97 (or 0xDAFE97) is unknown color: approx Reef. HEX triplet: DA, FE and 97. RGB value is (218,254,151). Sum of RGB (Red+Green+Blue) = 218+254+151=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 151 (59.38% from 255 or 24.24% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE97 is #250168. Grayscale: #E7E7E7. Windows color (decimal): -2425193 or 9961178. OLE color: 9961178.

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

Color convert

RGB218254151-
CMYK0.1400.410.00
HSL80.97º98.1%79.41%-
HSV(B)80.97º40.55%99.61%-
XYZ69.9488.0242.58-
YUV231.4982.57118.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 254 (99.61% from 255) = 40.77%
BLUE value IS 151 (59.38% from 255) = 24.24%
R=34.99%
G=40.77%
B=24.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541510.1400.410.0080.9798.179.41
HexDAFE97E029051624f
Octal332376227160510121142117
Binary110110101111111010010111111001010010101000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFE97; }

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

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

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

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

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

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

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

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