#DAF98D

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

Shades of Reef #DAF98D

Tints of Reef #DAF98D

Color information

#DAF98D (or 0xDAF98D) is unknown color: approx Reef. HEX triplet: DA, F9 and 8D. RGB value is (218,249,141). Sum of RGB (Red+Green+Blue) = 218+249+141=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF98D is #250672. Grayscale: #E3E3E3. Windows color (decimal): -2426483 or 9304538. OLE color: 9304538.

HSL color Cylindrical-coordinate representation of color #DAF98D: hue angle of 77.22º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAF98D is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB218249141-
CMYK0.1200.430.02
HSL77.22º90%76.47%-
HSV(B)77.22º43.37%97.65%-
XYZ67.684.5837.96-
YUV227.4279.23121.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 249 (97.66% from 255) = 40.95%
BLUE value IS 141 (55.47% from 255) = 23.19%
R=35.86%
G=40.95%
B=23.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182491410.1200.430.0277.229076.47
HexDAF98DC02B24d5a4c
Octal332371215140532115132114
Binary1101101011111001100011011100010101110100110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF98D; }

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

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

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

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

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

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

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

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