#D2F2A4

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

Shades of Reef #D2F2A4

Tints of Reef #D2F2A4

Color information

#D2F2A4 (or 0xD2F2A4) is unknown color: approx Reef. HEX triplet: D2, F2 and A4. RGB value is (210,242,164). Sum of RGB (Red+Green+Blue) = 210+242+164=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 164 (64.45% from 255 or 26.62% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F2A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F2A4 is #2D0D5B. Grayscale: #DFDFDF. Windows color (decimal): -2952540 or 10810066. OLE color: 10810066.

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

Color convert

RGB210242164-
CMYK0.1300.320.05
HSL84.62º75%79.61%-
HSV(B)84.62º32.23%94.9%-
XYZ65.0379.8947.11-
YUV223.5494.4118.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.09%
GREEN value IS 242 (94.92% from 255) = 39.29%
BLUE value IS 164 (64.45% from 255) = 26.62%
R=34.09%
G=39.29%
B=26.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102421640.1300.320.0584.627579.61
HexD2F2A4D0205554b50
Octal322362244150405125113120
Binary11010010111100101010010011010100000101101010110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F2A4; }

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

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

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

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

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

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

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

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