#D2FDA1

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

Shades of Reef #D2FDA1

Tints of Reef #D2FDA1

Color information

#D2FDA1 (or 0xD2FDA1) is unknown color: approx Reef. HEX triplet: D2, FD and A1. RGB value is (210,253,161). Sum of RGB (Red+Green+Blue) = 210+253+161=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 161 (63.28% from 255 or 25.80% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FDA1 is #2D025E. Grayscale: #E5E5E5. Windows color (decimal): -2949727 or 10616274. OLE color: 10616274.

HSL color Cylindrical-coordinate representation of color #D2FDA1: hue angle of 88.04º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2FDA1 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB210253161-
CMYK0.1700.360.01
HSL88.04º95.83%81.18%-
HSV(B)88.04º36.36%99.22%-
XYZ68.1486.5346.83-
YUV229.6589.25113.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.65%
GREEN value IS 253 (99.22% from 255) = 40.54%
BLUE value IS 161 (63.28% from 255) = 25.80%
R=33.65%
G=40.54%
B=25.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102531610.1700.360.0188.0495.8381.18
HexD2FDA1110241586051
Octal322375241210441130140121
Binary1101001011111101101000011000101001001101100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FDA1; }

 p { color: rgb(210,253,161); }

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

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

 a { background-color: rgb(210,253,161); }

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

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

 span { border-color: rgb(210,253,161); }

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