#DAFA99

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

Shades of Reef #DAFA99

Tints of Reef #DAFA99

Color information

#DAFA99 (or 0xDAFA99) is unknown color: approx Reef. HEX triplet: DA, FA and 99. RGB value is (218,250,153). Sum of RGB (Red+Green+Blue) = 218+250+153=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 153 (60.16% from 255 or 24.64% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA99 is #250566. Grayscale: #E5E5E5. Windows color (decimal): -2426215 or 10091226. OLE color: 10091226.

HSL color Cylindrical-coordinate representation of color #DAFA99: hue angle of 79.79º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAFA99 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB218250153-
CMYK0.1300.390.02
HSL79.79º90.65%79.02%-
HSV(B)79.79º38.8%98.04%-
XYZ68.8585.5843.03-
YUV229.3784.9119.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.10%
GREEN value IS 250 (98.05% from 255) = 40.26%
BLUE value IS 153 (60.16% from 255) = 24.64%
R=35.10%
G=40.26%
B=24.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182501530.1300.390.0279.7990.6579.02
HexDAFA99D0272505b4f
Octal332372231150472120133117
Binary1101101011111010100110011101010011110101000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFA99; }

 p { color: rgb(218,250,153); }

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

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

 a { background-color: rgb(218,250,153); }

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

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

 span { border-color: rgb(218,250,153); }

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