#D5FDAA

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

Shades of Reef #D5FDAA

Tints of Reef #D5FDAA

Color information

#D5FDAA (or 0xD5FDAA) is unknown color: approx Reef. HEX triplet: D5, FD and AA. RGB value is (213,253,170). Sum of RGB (Red+Green+Blue) = 213+253+170=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 170 (66.80% from 255 or 26.73% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FDAA is #2A0255. Grayscale: #E7E7E7. Windows color (decimal): -2753110 or 11206101. OLE color: 11206101.

HSL color Cylindrical-coordinate representation of color #D5FDAA: hue angle of 88.92º 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 #D5FDAA is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB213253170-
CMYK0.1600.330.01
HSL88.92º95.4%82.94%-
HSV(B)88.92º32.81%99.22%-
XYZ69.8287.351.2-
YUV231.5893.25114.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.49%
GREEN value IS 253 (99.22% from 255) = 39.78%
BLUE value IS 170 (66.80% from 255) = 26.73%
R=33.49%
G=39.78%
B=26.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132531700.1600.330.0188.9295.482.94
HexD5FDAA100211595f53
Octal325375252200411131137123
Binary1101010111111101101010101000001000011101100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FDAA; }

 p { color: rgb(213,253,170); }

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

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

 a { background-color: rgb(213,253,170); }

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

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

 span { border-color: rgb(213,253,170); }

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