#D3F996

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

Shades of Reef #D3F996

Tints of Reef #D3F996

Color information

#D3F996 (or 0xD3F996) is unknown color: approx Reef. HEX triplet: D3, F9 and 96. RGB value is (211,249,150). Sum of RGB (Red+Green+Blue) = 211+249+150=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 150 (58.98% from 255 or 24.59% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F996 is #2C0669. Grayscale: #E2E2E2. Windows color (decimal): -2885226 or 9894355. OLE color: 9894355.

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

Color convert

RGB211249150-
CMYK0.1500.400.02
HSL83.03º89.19%78.24%-
HSV(B)83.03º39.76%97.65%-
XYZ66.2483.841.54-
YUV226.3584.91117.05-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.59%
GREEN value IS 249 (97.66% from 255) = 40.82%
BLUE value IS 150 (58.98% from 255) = 24.59%
R=34.59%
G=40.82%
B=24.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112491500.1500.400.0283.0389.1978.24
HexD3F996F028253594e
Octal323371226170502123131116
Binary1101001111111001100101101111010100010101001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F996; }

 p { color: rgb(211,249,150); }

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

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

 a { background-color: rgb(211,249,150); }

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

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

 span { border-color: rgb(211,249,150); }

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