#D0FDA9

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

Shades of Reef #D0FDA9

Tints of Reef #D0FDA9

Color information

#D0FDA9 (or 0xD0FDA9) is unknown color: approx Reef. HEX triplet: D0, FD and A9. RGB value is (208,253,169). Sum of RGB (Red+Green+Blue) = 208+253+169=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 169 (66.41% from 255 or 26.83% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FDA9 is #2F0256. Grayscale: #E6E6E6. Windows color (decimal): -3080791 or 11140560. OLE color: 11140560.

HSL color Cylindrical-coordinate representation of color #D0FDA9: hue angle of 92.14º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0FDA9 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB208253169-
CMYK0.1800.330.01
HSL92.14º95.45%82.75%-
HSV(B)92.14º33.2%99.22%-
XYZ68.386.5350.64-
YUV229.9793.59112.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.02%
GREEN value IS 253 (99.22% from 255) = 40.16%
BLUE value IS 169 (66.41% from 255) = 26.83%
R=33.02%
G=40.16%
B=26.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082531690.1800.330.0192.1495.4582.75
HexD0FDA91202115c5f53
Octal320375251220411134137123
Binary1101000011111101101010011001001000011101110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FDA9; }

 p { color: rgb(208,253,169); }

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

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

 a { background-color: rgb(208,253,169); }

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

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

 span { border-color: rgb(208,253,169); }

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