#D5E2D3

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

Shades of Apple Green #D5E2D3

Tints of Apple Green #D5E2D3

Color information

#D5E2D3 (or 0xD5E2D3) is unknown color: approx Apple Green. HEX triplet: D5, E2 and D3. RGB value is (213,226,211). Sum of RGB (Red+Green+Blue) = 213+226+211=650 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.77% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E2D3 is #2A1D2C. Grayscale: #DCDCDC. Windows color (decimal): -2759981 or 13886165. OLE color: 13886165.

HSL color Cylindrical-coordinate representation of color #D5E2D3: hue angle of 112º degrees, saturation: 0.21, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5E2D3 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB213226211-
CMYK0.0600.070.11
HSL112º20.55%85.69%-
HSV(B)112º6.64%88.63%-
XYZ66.3973.2472.27-
YUV220.4122.69122.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.77%
GREEN value IS 226 (88.67% from 255) = 34.77%
BLUE value IS 211 (82.81% from 255) = 32.46%
R=32.77%
G=34.77%
B=32.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2132262110.0600.070.1111220.5585.69
HexD5E2D3607B701556
Octal3253423236071316025126
Binary110101011110001011010011110011110111110000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E2D3; }

 p { color: rgb(213,226,211); }

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

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

 a { background-color: rgb(213,226,211); }

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

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

 span { border-color: rgb(213,226,211); }

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