#D7F2A3

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

Shades of Reef #D7F2A3

Tints of Reef #D7F2A3

Color information

#D7F2A3 (or 0xD7F2A3) is unknown color: approx Reef. HEX triplet: D7, F2 and A3. RGB value is (215,242,163). Sum of RGB (Red+Green+Blue) = 215+242+163=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 163 (64.06% from 255 or 26.29% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F2A3 is #280D5C. Grayscale: #E1E1E1. Windows color (decimal): -2624861 or 10744535. OLE color: 10744535.

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

Color convert

RGB215242163-
CMYK0.1100.330.05
HSL80.51º75.24%79.41%-
HSV(B)80.51º32.64%94.9%-
XYZ66.3980.646.71-
YUV224.9293.05120.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.68%
GREEN value IS 242 (94.92% from 255) = 39.03%
BLUE value IS 163 (64.06% from 255) = 26.29%
R=34.68%
G=39.03%
B=26.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152421630.1100.330.0580.5175.2479.41
HexD7F2A3B0215514b4f
Octal327362243130415121113117
Binary11010111111100101010001110110100001101101000110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F2A3; }

 p { color: rgb(215,242,163); }

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

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

 a { background-color: rgb(215,242,163); }

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

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

 span { border-color: rgb(215,242,163); }

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