#DAFE8F

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

Shades of Reef #DAFE8F

Tints of Reef #DAFE8F

Color information

#DAFE8F (or 0xDAFE8F) is unknown color: approx Reef. HEX triplet: DA, FE and 8F. RGB value is (218,254,143). Sum of RGB (Red+Green+Blue) = 218+254+143=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 143 (56.25% from 255 or 23.25% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE8F is #250170. Grayscale: #E6E6E6. Windows color (decimal): -2425201 or 9436890. OLE color: 9436890.

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

Color convert

RGB218254143-
CMYK0.1400.440.00
HSL79.46º98.23%77.84%-
HSV(B)79.46º43.7%99.61%-
XYZ69.3187.7739.28-
YUV230.5878.57119.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 254 (99.61% from 255) = 41.30%
BLUE value IS 143 (56.25% from 255) = 23.25%
R=35.45%
G=41.30%
B=23.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541430.1400.440.0079.4698.2377.84
HexDAFE8FE02C04f624e
Octal332376217160540117142116
Binary110110101111111010001111111001011000100111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFE8F; }

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

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

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

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

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

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

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

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