#D2F3A0

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

Shades of Reef #D2F3A0

Tints of Reef #D2F3A0

Color information

#D2F3A0 (or 0xD2F3A0) is unknown color: approx Reef. HEX triplet: D2, F3 and A0. RGB value is (210,243,160). Sum of RGB (Red+Green+Blue) = 210+243+160=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 243 (95.31% from 255 or 39.64% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F3A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F3A0 is #2D0C5F. Grayscale: #DFDFDF. Windows color (decimal): -2952288 or 10548178. OLE color: 10548178.

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

Color convert

RGB210243160-
CMYK0.1400.340.05
HSL83.86º77.57%79.02%-
HSV(B)83.86º34.16%95.29%-
XYZ64.9780.3445.34-
YUV223.6792.07118.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.26%
GREEN value IS 243 (95.31% from 255) = 39.64%
BLUE value IS 160 (62.89% from 255) = 26.10%
R=34.26%
G=39.64%
B=26.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102431600.1400.340.0583.8677.5779.02
HexD2F3A0E0225544e4f
Octal322363240160425124116117
Binary11010010111100111010000011100100010101101010010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F3A0; }

 p { color: rgb(210,243,160); }

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

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

 a { background-color: rgb(210,243,160); }

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

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

 span { border-color: rgb(210,243,160); }

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