#D5F9AA

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

Shades of Reef #D5F9AA

Tints of Reef #D5F9AA

Color information

#D5F9AA (or 0xD5F9AA) is unknown color: approx Reef. HEX triplet: D5, F9 and AA. RGB value is (213,249,170). Sum of RGB (Red+Green+Blue) = 213+249+170=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F9AA is #2A0655. Grayscale: #E5E5E5. Windows color (decimal): -2754134 or 11205077. OLE color: 11205077.

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

Color convert

RGB213249170-
CMYK0.1400.320.02
HSL87.34º86.81%82.16%-
HSV(B)87.34º31.73%97.65%-
XYZ68.5784.850.78-
YUV229.2394.57116.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.70%
GREEN value IS 249 (97.66% from 255) = 39.40%
BLUE value IS 170 (66.80% from 255) = 26.90%
R=33.70%
G=39.40%
B=26.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132491700.1400.320.0287.3486.8182.16
HexD5F9AAE0202575752
Octal325371252160402127127122
Binary1101010111111001101010101110010000010101011110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F9AA; }

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

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

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

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

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

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

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

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