#D5F7AA

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

Shades of Reef #D5F7AA

Tints of Reef #D5F7AA

Color information

#D5F7AA (or 0xD5F7AA) is unknown color: approx Reef. HEX triplet: D5, F7 and AA. RGB value is (213,247,170). Sum of RGB (Red+Green+Blue) = 213+247+170=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 247 (96.88% from 255 or 39.21% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F7AA is #2A0855. Grayscale: #E4E4E4. Windows color (decimal): -2754646 or 11204565. OLE color: 11204565.

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

Color convert

RGB213247170-
CMYK0.1400.310.03
HSL86.49º82.8%81.76%-
HSV(B)86.49º31.17%96.86%-
XYZ67.9683.5750.58-
YUV228.0695.24117.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.81%
GREEN value IS 247 (96.88% from 255) = 39.21%
BLUE value IS 170 (66.80% from 255) = 26.98%
R=33.81%
G=39.21%
B=26.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132471700.1400.310.0386.4982.881.76
HexD5F7AAE01F3565352
Octal325367252160373126123122
Binary110101011111011110101010111001111111101011010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F7AA; }

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

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

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

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

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

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

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

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