#D9F9AF

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

Shades of Reef #D9F9AF

Tints of Reef #D9F9AF

Color information

#D9F9AF (or 0xD9F9AF) is unknown color: approx Reef. HEX triplet: D9, F9 and AF. RGB value is (217,249,175). Sum of RGB (Red+Green+Blue) = 217+249+175=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #D9F9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F9AF is #260650. Grayscale: #E7E7E7. Windows color (decimal): -2491985 or 11532761. OLE color: 11532761.

HSL color Cylindrical-coordinate representation of color #D9F9AF: hue angle of 85.95º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9F9AF is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB217249175-
CMYK0.1300.300.02
HSL85.95º86.05%83.14%-
HSV(B)85.95º29.72%97.65%-
XYZ70.2385.653.38-
YUV23196.4118.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.85%
GREEN value IS 249 (97.66% from 255) = 38.85%
BLUE value IS 175 (68.75% from 255) = 27.30%
R=33.85%
G=38.85%
B=27.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172491750.1300.300.0285.9586.0583.14
HexD9F9AFD01E2565653
Octal331371257150362126126123
Binary110110011111100110101111110101111010101011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F9AF; }

 p { color: rgb(217,249,175); }

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

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

 a { background-color: rgb(217,249,175); }

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

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

 span { border-color: rgb(217,249,175); }

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