#DAFA98

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

Shades of Reef #DAFA98

Tints of Reef #DAFA98

Color information

#DAFA98 (or 0xDAFA98) is unknown color: approx Reef. HEX triplet: DA, FA and 98. RGB value is (218,250,152). Sum of RGB (Red+Green+Blue) = 218+250+152=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 152 (59.77% from 255 or 24.52% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA98 is #250567. Grayscale: #E5E5E5. Windows color (decimal): -2426216 or 10025690. OLE color: 10025690.

HSL color Cylindrical-coordinate representation of color #DAFA98: hue angle of 79.59º 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 #DAFA98 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB218250152-
CMYK0.1300.390.02
HSL79.59º90.74%78.82%-
HSV(B)79.59º39.2%98.04%-
XYZ68.7785.5442.59-
YUV229.2684.4119.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 152 (59.77% from 255) = 24.52%
R=35.16%
G=40.32%
B=24.52%

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
Decimal2182501520.1300.390.0279.5990.7478.82
HexDAFA98D0272505b4f
Octal332372230150472120133117
Binary1101101011111010100110001101010011110101000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFA98; }

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

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

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

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

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

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

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

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