#D5FDAD

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

Shades of Reef #D5FDAD

Tints of Reef #D5FDAD

Color information

#D5FDAD (or 0xD5FDAD) is unknown color: approx Reef. HEX triplet: D5, FD and AD. RGB value is (213,253,173). Sum of RGB (Red+Green+Blue) = 213+253+173=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FDAD is #2A0252. Grayscale: #E8E8E8. Windows color (decimal): -2753107 or 11402709. OLE color: 11402709.

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

Color convert

RGB213253173-
CMYK0.1600.320.01
HSL90º95.24%83.53%-
HSV(B)90º31.62%99.22%-
XYZ70.1187.4152.71-
YUV231.9294.75114.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.33%
GREEN value IS 253 (99.22% from 255) = 39.59%
BLUE value IS 173 (67.97% from 255) = 27.07%
R=33.33%
G=39.59%
B=27.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132531730.1600.320.019095.2483.53
HexD5FDAD1002015a5f54
Octal325375255200401132137124
Binary1101010111111101101011011000001000001101101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FDAD; }

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

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

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

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

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

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

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

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