#D2F7A2

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

Shades of Reef #D2F7A2

Tints of Reef #D2F7A2

Color information

#D2F7A2 (or 0xD2F7A2) is unknown color: approx Reef. HEX triplet: D2, F7 and A2. RGB value is (210,247,162). Sum of RGB (Red+Green+Blue) = 210+247+162=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 247 (96.88% from 255 or 39.90% from 619); Blue value is 162 (63.67% from 255 or 26.17% from 619); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F7A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F7A2 is #2D085D. Grayscale: #E2E2E2. Windows color (decimal): -2951262 or 10680274. OLE color: 10680274.

HSL color Cylindrical-coordinate representation of color #D2F7A2: hue angle of 86.12º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2F7A2 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB210247162-
CMYK0.1500.340.03
HSL86.12º84.16%80.2%-
HSV(B)86.12º34.41%96.86%-
XYZ66.3682.8346.67-
YUV226.2591.74116.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.93%
GREEN value IS 247 (96.88% from 255) = 39.90%
BLUE value IS 162 (63.67% from 255) = 26.17%
R=33.93%
G=39.90%
B=26.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102471620.1500.340.0386.1284.1680.2
HexD2F7A2F0223565450
Octal322367242170423126124120
Binary1101001011110111101000101111010001011101011010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F7A2; }

 p { color: rgb(210,247,162); }

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

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

 a { background-color: rgb(210,247,162); }

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

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

 span { border-color: rgb(210,247,162); }

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