#DAFC8D

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

Shades of Reef #DAFC8D

Tints of Reef #DAFC8D

Color information

#DAFC8D (or 0xDAFC8D) is unknown color: approx Reef. HEX triplet: DA, FC and 8D. RGB value is (218,252,141). Sum of RGB (Red+Green+Blue) = 218+252+141=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFC8D is #250372. Grayscale: #E5E5E5. Windows color (decimal): -2425715 or 9305306. OLE color: 9305306.

HSL color Cylindrical-coordinate representation of color #DAFC8D: hue angle of 78.38º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAFC8D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB218252141-
CMYK0.1300.440.01
HSL78.38º94.87%77.06%-
HSV(B)78.38º44.05%98.82%-
XYZ68.5386.4538.27-
YUV229.1878.24120.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 252 (98.83% from 255) = 41.24%
BLUE value IS 141 (55.47% from 255) = 23.08%
R=35.68%
G=41.24%
B=23.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521410.1300.440.0178.3894.8777.06
HexDAFC8DD02C14e5f4d
Octal332374215150541116137115
Binary110110101111110010001101110101011001100111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFC8D; }

 p { color: rgb(218,252,141); }

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

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

 a { background-color: rgb(218,252,141); }

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

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

 span { border-color: rgb(218,252,141); }

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