#DAFE8C

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

Shades of Reef #DAFE8C

Tints of Reef #DAFE8C

Color information

#DAFE8C (or 0xDAFE8C) is unknown color: approx Reef. HEX triplet: DA, FE and 8C. RGB value is (218,254,140). Sum of RGB (Red+Green+Blue) = 218+254+140=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 140 (55.08% from 255 or 22.88% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE8C is #250173. Grayscale: #E6E6E6. Windows color (decimal): -2425204 or 9240282. OLE color: 9240282.

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

Color convert

RGB218254140-
CMYK0.1400.450.00
HSL78.95º98.28%77.25%-
HSV(B)78.95º44.88%99.61%-
XYZ69.0987.6838.09-
YUV230.2477.07119.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.62%
GREEN value IS 254 (99.61% from 255) = 41.50%
BLUE value IS 140 (55.08% from 255) = 22.88%
R=35.62%
G=41.50%
B=22.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541400.1400.450.0078.9598.2877.25
HexDAFE8CE02D04f624d
Octal332376214160550117142115
Binary110110101111111010001100111001011010100111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFE8C; }

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

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

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

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

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

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

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

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