#D2F4A3

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

Shades of Reef #D2F4A3

Tints of Reef #D2F4A3

Color information

#D2F4A3 (or 0xD2F4A3) is unknown color: approx Reef. HEX triplet: D2, F4 and A3. RGB value is (210,244,163). Sum of RGB (Red+Green+Blue) = 210+244+163=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 244 (95.70% from 255 or 39.55% from 617); Blue value is 163 (64.06% from 255 or 26.42% from 617); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F4A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F4A3 is #2D0B5C. Grayscale: #E0E0E0. Windows color (decimal): -2952029 or 10745042. OLE color: 10745042.

HSL color Cylindrical-coordinate representation of color #D2F4A3: hue angle of 85.19º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2F4A3 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB210244163-
CMYK0.1400.330.04
HSL85.19º78.64%79.8%-
HSV(B)85.19º33.2%95.69%-
XYZ65.5481.0546.84-
YUV224.693.24117.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.04%
GREEN value IS 244 (95.70% from 255) = 39.55%
BLUE value IS 163 (64.06% from 255) = 26.42%
R=34.04%
G=39.55%
B=26.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2102441630.1400.330.0485.1978.6479.8
HexD2F4A3E0214554f50
Octal322364243160414125117120
Binary11010010111101001010001111100100001100101010110011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F4A3; }

 p { color: rgb(210,244,163); }

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

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

 a { background-color: rgb(210,244,163); }

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

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

 span { border-color: rgb(210,244,163); }

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