#D9F994

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

Shades of Reef #D9F994

Tints of Reef #D9F994

Color information

#D9F994 (or 0xD9F994) is unknown color: approx Reef. HEX triplet: D9, F9 and 94. RGB value is (217,249,148). Sum of RGB (Red+Green+Blue) = 217+249+148=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 148 (58.20% from 255 or 24.10% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #D9F994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F994 is #26066B. Grayscale: #E4E4E4. Windows color (decimal): -2492012 or 9763289. OLE color: 9763289.

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

Color convert

RGB217249148-
CMYK0.1300.410.02
HSL79.01º89.38%77.84%-
HSV(B)79.01º40.56%97.65%-
XYZ67.8484.6440.78-
YUV227.9282.9120.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.34%
GREEN value IS 249 (97.66% from 255) = 40.55%
BLUE value IS 148 (58.20% from 255) = 24.10%
R=35.34%
G=40.55%
B=24.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172491480.1300.410.0279.0189.3877.84
HexD9F994D02924f594e
Octal331371224150512117131116
Binary1101100111111001100101001101010100110100111110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F994; }

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

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

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

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

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

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

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

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