#D7FAA1

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

Shades of Reef #D7FAA1

Tints of Reef #D7FAA1

Color information

#D7FAA1 (or 0xD7FAA1) is unknown color: approx Reef. HEX triplet: D7, FA and A1. RGB value is (215,250,161). Sum of RGB (Red+Green+Blue) = 215+250+161=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 161 (63.28% from 255 or 25.72% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FAA1 is #28055E. Grayscale: #E5E5E5. Windows color (decimal): -2622815 or 10615511. OLE color: 10615511.

HSL color Cylindrical-coordinate representation of color #D7FAA1: hue angle of 83.6º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7FAA1 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB215250161-
CMYK0.1400.360.02
HSL83.6º89.9%80.59%-
HSV(B)83.6º35.6%98.04%-
XYZ68.6485.3946.58-
YUV229.3989.4117.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.35%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 161 (63.28% from 255) = 25.72%
R=34.35%
G=39.94%
B=25.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152501610.1400.360.0283.689.980.59
HexD7FAA1E0242545a51
Octal327372241160442124132121
Binary1101011111111010101000011110010010010101010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FAA1; }

 p { color: rgb(215,250,161); }

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

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

 a { background-color: rgb(215,250,161); }

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

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

 span { border-color: rgb(215,250,161); }

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