#DAF68E

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

Shades of Reef #DAF68E

Tints of Reef #DAF68E

Color information

#DAF68E (or 0xDAF68E) is unknown color: approx Reef. HEX triplet: DA, F6 and 8E. RGB value is (218,246,142). Sum of RGB (Red+Green+Blue) = 218+246+142=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 142 (55.86% from 255 or 23.43% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF68E is #250971. Grayscale: #E2E2E2. Windows color (decimal): -2427250 or 9369306. OLE color: 9369306.

HSL color Cylindrical-coordinate representation of color #DAF68E: hue angle of 76.15º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAF68E is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB218246142-
CMYK0.1100.420.04
HSL76.15º85.25%76.08%-
HSV(B)76.15º42.28%96.47%-
XYZ66.7582.7738.05-
YUV225.7780.72122.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 246 (96.48% from 255) = 40.59%
BLUE value IS 142 (55.86% from 255) = 23.43%
R=35.97%
G=40.59%
B=23.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182461420.1100.420.0476.1585.2576.08
HexDAF68EB02A44c554c
Octal332366216130524114125114
Binary11011010111101101000111010110101010100100110010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF68E; }

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

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

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

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

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

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

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

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