#DAFD8C

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

Shades of Reef #DAFD8C

Tints of Reef #DAFD8C

Color information

#DAFD8C (or 0xDAFD8C) is unknown color: approx Reef. HEX triplet: DA, FD and 8C. RGB value is (218,253,140). Sum of RGB (Red+Green+Blue) = 218+253+140=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 140 (55.08% from 255 or 22.91% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFD8C is #250273. Grayscale: #E6E6E6. Windows color (decimal): -2425460 or 9240026. OLE color: 9240026.

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

Color convert

RGB218253140-
CMYK0.1400.450.01
HSL78.58º96.58%77.06%-
HSV(B)78.58º44.66%99.22%-
XYZ68.7787.0537.99-
YUV229.6577.4119.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 253 (99.22% from 255) = 41.41%
BLUE value IS 140 (55.08% from 255) = 22.91%
R=35.68%
G=41.41%
B=22.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531400.1400.450.0178.5896.5877.06
HexDAFD8CE02D14f614d
Octal332375214160551117141115
Binary110110101111110110001100111001011011100111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFD8C; }

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

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

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

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

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

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

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

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