#D4E28A

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

Shades of Deco #D4E28A

Tints of Deco #D4E28A

Color information

#D4E28A (or 0xD4E28A) is unknown color: approx Deco. HEX triplet: D4, E2 and 8A. RGB value is (212,226,138). Sum of RGB (Red+Green+Blue) = 212+226+138=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 226 - color contains mainly: green. Hex color #D4E28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E28A is #2B1D75. Grayscale: #D4D4D4. Windows color (decimal): -2825590 or 9102036. OLE color: 9102036.

HSL color Cylindrical-coordinate representation of color #D4E28A: hue angle of 69.55º 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 #D4E28A is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB212226138-
CMYK0.0600.390.11
HSL69.55º60.27%71.37%-
HSV(B)69.55º38.94%88.63%-
XYZ58.9470.2234.49-
YUV211.7886.36128.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.81%
GREEN value IS 226 (88.67% from 255) = 39.24%
BLUE value IS 138 (54.30% from 255) = 23.96%
R=36.81%
G=39.24%
B=23.96%

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
Decimal2122261380.0600.390.1169.5560.2771.37
HexD4E28A6027B463c47
Octal32434221260471310674107
Binary1101010011100010100010101100100111101110001101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E28A; }

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

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

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

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

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

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

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

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