#DAF88E

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

Shades of Reef #DAF88E

Tints of Reef #DAF88E

Color information

#DAF88E (or 0xDAF88E) is unknown color: approx Reef. HEX triplet: DA, F8 and 8E. RGB value is (218,248,142). Sum of RGB (Red+Green+Blue) = 218+248+142=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 142 (55.86% from 255 or 23.36% from 608); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF88E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF88E is #250771. Grayscale: #E3E3E3. Windows color (decimal): -2426738 or 9369818. OLE color: 9369818.

HSL color Cylindrical-coordinate representation of color #DAF88E: hue angle of 76.98º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAF88E is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB218248142-
CMYK0.1200.430.03
HSL76.98º88.33%76.47%-
HSV(B)76.98º42.74%97.25%-
XYZ67.3683.9938.25-
YUV226.9580.06121.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 248 (97.27% from 255) = 40.79%
BLUE value IS 142 (55.86% from 255) = 23.36%
R=35.86%
G=40.79%
B=23.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182481420.1200.430.0376.9888.3376.47
HexDAF88EC02B34d584c
Octal332370216140533115130114
Binary1101101011111000100011101100010101111100110110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF88E; }

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

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

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

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

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

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

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

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