#DAF68D

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

Shades of Reef #DAF68D

Tints of Reef #DAF68D

Color information

#DAF68D (or 0xDAF68D) is unknown color: approx Reef. HEX triplet: DA, F6 and 8D. RGB value is (218,246,141). Sum of RGB (Red+Green+Blue) = 218+246+141=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF68D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF68D is #250972. Grayscale: #E2E2E2. Windows color (decimal): -2427251 or 9303770. OLE color: 9303770.

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

Color convert

RGB218246141-
CMYK0.1100.430.04
HSL76º85.37%75.88%-
HSV(B)76º42.68%96.47%-
XYZ66.6882.7437.66-
YUV225.6680.22122.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 246 (96.48% from 255) = 40.66%
BLUE value IS 141 (55.47% from 255) = 23.31%
R=36.03%
G=40.66%
B=23.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182461410.1100.430.047685.3775.88
HexDAF68DB02B44c554c
Octal332366215130534114125114
Binary11011010111101101000110110110101011100100110010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF68D; }

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

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

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

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

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

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

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

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