#DAF09D

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

Shades of Reef #DAF09D

Tints of Reef #DAF09D

Color information

#DAF09D (or 0xDAF09D) is unknown color: approx Reef. HEX triplet: DA, F0 and 9D. RGB value is (218,240,157). Sum of RGB (Red+Green+Blue) = 218+240+157=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 157 (61.72% from 255 or 25.53% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF09D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF09D is #250F62. Grayscale: #E0E0E0. Windows color (decimal): -2428771 or 10350810. OLE color: 10350810.

HSL color Cylindrical-coordinate representation of color #DAF09D: hue angle of 75.9º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAF09D is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB218240157-
CMYK0.0900.350.06
HSL75.9º73.45%77.84%-
HSV(B)75.9º34.58%94.12%-
XYZ66.1679.6643.79-
YUV223.9690.21123.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 240 (94.14% from 255) = 39.02%
BLUE value IS 157 (61.72% from 255) = 25.53%
R=35.45%
G=39.02%
B=25.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182401570.0900.350.0675.973.4577.84
HexDAF09D902364c494e
Octal332360235110436114111116
Binary11011010111100001001110110010100011110100110010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF09D; }

 p { color: rgb(218,240,157); }

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

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

 a { background-color: rgb(218,240,157); }

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

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

 span { border-color: rgb(218,240,157); }

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