#D7F1AD

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

Shades of Reef #D7F1AD

Tints of Reef #D7F1AD

Color information

#D7F1AD (or 0xD7F1AD) is unknown color: approx Reef. HEX triplet: D7, F1 and AD. RGB value is (215,241,173). Sum of RGB (Red+Green+Blue) = 215+241+173=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F1AD is #280E52. Grayscale: #E1E1E1. Windows color (decimal): -2625107 or 11399639. OLE color: 11399639.

HSL color Cylindrical-coordinate representation of color #D7F1AD: hue angle of 82.94º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7F1AD is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB215241173-
CMYK0.1100.280.05
HSL82.94º70.83%81.18%-
HSV(B)82.94º28.22%94.51%-
XYZ67.0280.3751.52-
YUV225.4798.39120.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.18%
GREEN value IS 241 (94.53% from 255) = 38.31%
BLUE value IS 173 (67.97% from 255) = 27.50%
R=34.18%
G=38.31%
B=27.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152411730.1100.280.0582.9470.8381.18
HexD7F1ADB01C5534751
Octal327361255130345123107121
Binary1101011111110001101011011011011100101101001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F1AD; }

 p { color: rgb(215,241,173); }

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

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

 a { background-color: rgb(215,241,173); }

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

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

 span { border-color: rgb(215,241,173); }

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