#DAF88A

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

Shades of Reef #DAF88A

Tints of Reef #DAF88A

Color information

#DAF88A (or 0xDAF88A) is unknown color: approx Reef. HEX triplet: DA, F8 and 8A. RGB value is (218,248,138). Sum of RGB (Red+Green+Blue) = 218+248+138=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 138 (54.30% from 255 or 22.85% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF88A is #250775. Grayscale: #E2E2E2. Windows color (decimal): -2426742 or 9107674. OLE color: 9107674.

HSL color Cylindrical-coordinate representation of color #DAF88A: hue angle of 76.36º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAF88A is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB218248138-
CMYK0.1200.440.03
HSL76.36º88.71%75.69%-
HSV(B)76.36º44.35%97.25%-
XYZ67.0783.8836.7-
YUV226.4978.06121.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 248 (97.27% from 255) = 41.06%
BLUE value IS 138 (54.30% from 255) = 22.85%
R=36.09%
G=41.06%
B=22.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182481380.1200.440.0376.3688.7175.69
HexDAF88AC02C34c594c
Octal332370212140543114131114
Binary1101101011111000100010101100010110011100110010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF88A; }

 p { color: rgb(218,248,138); }

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

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

 a { background-color: rgb(218,248,138); }

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

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

 span { border-color: rgb(218,248,138); }

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