#D2F2AD

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

Shades of Reef #D2F2AD

Tints of Reef #D2F2AD

Color information

#D2F2AD (or 0xD2F2AD) is unknown color: approx Reef. HEX triplet: D2, F2 and AD. RGB value is (210,242,173). Sum of RGB (Red+Green+Blue) = 210+242+173=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F2AD is #2D0D52. Grayscale: #E0E0E0. Windows color (decimal): -2952531 or 11399890. OLE color: 11399890.

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

Color convert

RGB210242173-
CMYK0.1300.290.05
HSL87.83º72.63%81.37%-
HSV(B)87.83º28.51%94.9%-
XYZ65.8780.2251.55-
YUV224.5798.9117.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.6%
GREEN value IS 242 (94.92% from 255) = 38.72%
BLUE value IS 173 (67.97% from 255) = 27.68%
R=33.6%
G=38.72%
B=27.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102421730.1300.290.0587.8372.6381.37
HexD2F2ADD01D5584951
Octal322362255150355130111121
Binary1101001011110010101011011101011101101101100010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F2AD; }

 p { color: rgb(210,242,173); }

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

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

 a { background-color: rgb(210,242,173); }

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

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

 span { border-color: rgb(210,242,173); }

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