#D5E28A

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

Shades of Deco #D5E28A

Tints of Deco #D5E28A

Color information

#D5E28A (or 0xD5E28A) is unknown color: approx Deco. HEX triplet: D5, E2 and 8A. RGB value is (213,226,138). Sum of RGB (Red+Green+Blue) = 213+226+138=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E28A is #2A1D75. Grayscale: #D4D4D4. Windows color (decimal): -2760054 or 9102037. OLE color: 9102037.

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

Color convert

RGB213226138-
CMYK0.0600.390.11
HSL68.86º60.27%71.37%-
HSV(B)68.86º38.94%88.63%-
XYZ59.2270.3734.51-
YUV212.0886.19128.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.92%
GREEN value IS 226 (88.67% from 255) = 39.17%
BLUE value IS 138 (54.30% from 255) = 23.92%
R=36.92%
G=39.17%
B=23.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2132261380.0600.390.1168.8660.2771.37
HexD5E28A6027B453c47
Octal32534221260471310574107
Binary1101010111100010100010101100100111101110001011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E28A; }

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

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

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

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

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

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

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

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