#D1FDA0

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

Shades of Reef #D1FDA0

Tints of Reef #D1FDA0

Color information

#D1FDA0 (or 0xD1FDA0) is unknown color: approx Reef. HEX triplet: D1, FD and A0. RGB value is (209,253,160). Sum of RGB (Red+Green+Blue) = 209+253+160=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 160 (62.89% from 255 or 25.72% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FDA0 is #2E025F. Grayscale: #E5E5E5. Windows color (decimal): -3015264 or 10550737. OLE color: 10550737.

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

Color convert

RGB209253160-
CMYK0.1700.370.01
HSL88.39º95.88%80.98%-
HSV(B)88.39º36.76%99.22%-
XYZ67.7686.3446.35-
YUV229.2488.92113.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.60%
GREEN value IS 253 (99.22% from 255) = 40.68%
BLUE value IS 160 (62.89% from 255) = 25.72%
R=33.60%
G=40.68%
B=25.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092531600.1700.370.0188.3995.8880.98
HexD1FDA0110251586051
Octal321375240210451130140121
Binary1101000111111101101000001000101001011101100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FDA0; }

 p { color: rgb(209,253,160); }

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

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

 a { background-color: rgb(209,253,160); }

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

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

 span { border-color: rgb(209,253,160); }

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