#D5FFAD

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

Shades of Reef #D5FFAD

Tints of Reef #D5FFAD

Color information

#D5FFAD (or 0xD5FFAD) is unknown color: approx Reef. HEX triplet: D5, FF and AD. RGB value is (213,255,173). Sum of RGB (Red+Green+Blue) = 213+255+173=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FFAD is #2A0052. Grayscale: #E9E9E9. Windows color (decimal): -2752595 or 11403221. OLE color: 11403221.

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

Color convert

RGB213255173-
CMYK0.1600.320
HSL90.73º100%83.92%-
HSV(B)90.73º32.16%100%-
XYZ70.7488.6852.92-
YUV233.0994.09113.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.23%
GREEN value IS 255 (100% from 255) = 39.78%
BLUE value IS 173 (67.97% from 255) = 26.99%
R=33.23%
G=39.78%
B=26.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132551730.1600.32090.7310083.92
HexD5FFAD1002005b6454
Octal325377255200400133144124
Binary1101010111111111101011011000001000000101101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FFAD; }

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

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

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

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

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

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

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

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