#D8F2A7

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

Shades of Reef #D8F2A7

Tints of Reef #D8F2A7

Color information

#D8F2A7 (or 0xD8F2A7) is unknown color: approx Reef. HEX triplet: D8, F2 and A7. RGB value is (216,242,167). Sum of RGB (Red+Green+Blue) = 216+242+167=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 167 (65.62% from 255 or 26.72% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F2A7 is #270D58. Grayscale: #E1E1E1. Windows color (decimal): -2559321 or 11006680. OLE color: 11006680.

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

Color convert

RGB216242167-
CMYK0.1100.310.05
HSL80.8º74.26%80.2%-
HSV(B)80.8º30.99%94.9%-
XYZ67.0580.8948.64-
YUV225.6894.89121.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.56%
GREEN value IS 242 (94.92% from 255) = 38.72%
BLUE value IS 167 (65.62% from 255) = 26.72%
R=34.56%
G=38.72%
B=26.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162421670.1100.310.0580.874.2680.2
HexD8F2A7B01F5514a50
Octal330362247130375121112120
Binary1101100011110010101001111011011111101101000110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F2A7; }

 p { color: rgb(216,242,167); }

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

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

 a { background-color: rgb(216,242,167); }

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

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

 span { border-color: rgb(216,242,167); }

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