#D7F993

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

Shades of Reef #D7F993

Tints of Reef #D7F993

Color information

#D7F993 (or 0xD7F993) is unknown color: approx Reef. HEX triplet: D7, F9 and 93. RGB value is (215,249,147). Sum of RGB (Red+Green+Blue) = 215+249+147=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 147 (57.81% from 255 or 24.06% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #D7F993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F993 is #28066C. Grayscale: #E3E3E3. Windows color (decimal): -2623085 or 9697751. OLE color: 9697751.

HSL color Cylindrical-coordinate representation of color #D7F993: hue angle of 80º 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 #D7F993 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB215249147-
CMYK0.1400.410.02
HSL80º89.47%77.65%-
HSV(B)80º40.96%97.65%-
XYZ67.1784.3140.34-
YUV227.2182.74119.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.19%
GREEN value IS 249 (97.66% from 255) = 40.75%
BLUE value IS 147 (57.81% from 255) = 24.06%
R=35.19%
G=40.75%
B=24.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152491470.1400.410.028089.4777.65
HexD7F993E029250594e
Octal327371223160512120131116
Binary1101011111111001100100111110010100110101000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F993; }

 p { color: rgb(215,249,147); }

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

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

 a { background-color: rgb(215,249,147); }

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

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

 span { border-color: rgb(215,249,147); }

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