#D2F2A3

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

Shades of Reef #D2F2A3

Tints of Reef #D2F2A3

Color information

#D2F2A3 (or 0xD2F2A3) is unknown color: approx Reef. HEX triplet: D2, F2 and A3. RGB value is (210,242,163). Sum of RGB (Red+Green+Blue) = 210+242+163=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 163 (64.06% from 255 or 26.50% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F2A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F2A3 is #2D0D5C. Grayscale: #DFDFDF. Windows color (decimal): -2952541 or 10744530. OLE color: 10744530.

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

Color convert

RGB210242163-
CMYK0.1300.330.05
HSL84.3º75.24%79.41%-
HSV(B)84.3º32.64%94.9%-
XYZ64.9479.8546.64-
YUV223.4393.9118.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.15%
GREEN value IS 242 (94.92% from 255) = 39.35%
BLUE value IS 163 (64.06% from 255) = 26.50%
R=34.15%
G=39.35%
B=26.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102421630.1300.330.0584.375.2479.41
HexD2F2A3D0215544b4f
Octal322362243150415124113117
Binary11010010111100101010001111010100001101101010010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F2A3; }

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

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

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

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

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

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

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

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