#D3F1AA

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

Shades of Reef #D3F1AA

Tints of Reef #D3F1AA

Color information

#D3F1AA (or 0xD3F1AA) is unknown color: approx Reef. HEX triplet: D3, F1 and AA. RGB value is (211,241,170). Sum of RGB (Red+Green+Blue) = 211+241+170=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F1AA is #2C0E55. Grayscale: #E0E0E0. Windows color (decimal): -2887254 or 11203027. OLE color: 11203027.

HSL color Cylindrical-coordinate representation of color #D3F1AA: hue angle of 85.35º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3F1AA is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB211241170-
CMYK0.1200.290.05
HSL85.35º71.72%80.59%-
HSV(B)85.35º29.46%94.51%-
XYZ65.5779.6649.95-
YUV223.9497.56118.77-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.92%
GREEN value IS 241 (94.53% from 255) = 38.75%
BLUE value IS 170 (66.80% from 255) = 27.33%
R=33.92%
G=38.75%
B=27.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2112411700.1200.290.0585.3571.7280.59
HexD3F1AAC01D5554851
Octal323361252140355125110121
Binary1101001111110001101010101100011101101101010110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F1AA; }

 p { color: rgb(211,241,170); }

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

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

 a { background-color: rgb(211,241,170); }

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

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

 span { border-color: rgb(211,241,170); }

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