#DAEF8E

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

Shades of Reef #DAEF8E

Tints of Reef #DAEF8E

Color information

#DAEF8E (or 0xDAEF8E) is unknown color: approx Reef. HEX triplet: DA, EF and 8E. RGB value is (218,239,142). Sum of RGB (Red+Green+Blue) = 218+239+142=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 142 (55.86% from 255 or 23.71% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEF8E is #251071. Grayscale: #DEDEDE. Windows color (decimal): -2429042 or 9367514. OLE color: 9367514.

HSL color Cylindrical-coordinate representation of color #DAEF8E: hue angle of 72.99º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAEF8E is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB218239142-
CMYK0.0900.410.06
HSL72.99º75.19%74.71%-
HSV(B)72.99º40.59%93.73%-
XYZ64.6678.5937.35-
YUV221.6683.04125.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 239 (93.75% from 255) = 39.90%
BLUE value IS 142 (55.86% from 255) = 23.71%
R=36.39%
G=39.90%
B=23.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182391420.0900.410.0672.9975.1974.71
HexDAEF8E90296494b4b
Octal332357216110516111113113
Binary11011010111011111000111010010101001110100100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEF8E; }

 p { color: rgb(218,239,142); }

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

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

 a { background-color: rgb(218,239,142); }

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

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

 span { border-color: rgb(218,239,142); }

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