#D5F7A5

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

Shades of Reef #D5F7A5

Tints of Reef #D5F7A5

Color information

#D5F7A5 (or 0xD5F7A5) is unknown color: approx Reef. HEX triplet: D5, F7 and A5. RGB value is (213,247,165). Sum of RGB (Red+Green+Blue) = 213+247+165=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 247 (96.88% from 255 or 39.52% from 625); Blue value is 165 (64.84% from 255 or 26.4% from 625); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F7A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F7A5 is #2A085A. Grayscale: #E3E3E3. Windows color (decimal): -2754651 or 10876885. OLE color: 10876885.

HSL color Cylindrical-coordinate representation of color #D5F7A5: hue angle of 84.88º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5F7A5 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB213247165-
CMYK0.1400.330.03
HSL84.88º83.67%80.78%-
HSV(B)84.88º33.2%96.86%-
XYZ67.4983.3848.13-
YUV227.4992.74117.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.08%
GREEN value IS 247 (96.88% from 255) = 39.52%
BLUE value IS 165 (64.84% from 255) = 26.4%
R=34.08%
G=39.52%
B=26.4%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132471650.1400.330.0384.8883.6780.78
HexD5F7A5E0213555451
Octal325367245160413125124121
Binary1101010111110111101001011110010000111101010110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F7A5; }

 p { color: rgb(213,247,165); }

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

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

 a { background-color: rgb(213,247,165); }

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

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

 span { border-color: rgb(213,247,165); }

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