#D5F0AD

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

Shades of Reef #D5F0AD

Tints of Reef #D5F0AD

Color information

#D5F0AD (or 0xD5F0AD) is unknown color: approx Reef. HEX triplet: D5, F0 and AD. RGB value is (213,240,173). Sum of RGB (Red+Green+Blue) = 213+240+173=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F0AD is #2A0F52. Grayscale: #E0E0E0. Windows color (decimal): -2756435 or 11399381. OLE color: 11399381.

HSL color Cylindrical-coordinate representation of color #D5F0AD: hue angle of 84.18º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5F0AD is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB213240173-
CMYK0.1100.280.06
HSL84.18º69.07%80.98%-
HSV(B)84.18º27.92%94.12%-
XYZ66.1479.4851.39-
YUV224.2999.05119.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.03%
GREEN value IS 240 (94.14% from 255) = 38.34%
BLUE value IS 173 (67.97% from 255) = 27.64%
R=34.03%
G=38.34%
B=27.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132401730.1100.280.0684.1869.0780.98
HexD5F0ADB01C6544551
Octal325360255130346124105121
Binary1101010111110000101011011011011100110101010010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F0AD; }

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

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

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

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

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

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

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

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