#D5E27C

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

Shades of Mindaro #D5E27C

Tints of Mindaro #D5E27C

Color information

#D5E27C (or 0xD5E27C) is unknown color: approx Mindaro. HEX triplet: D5, E2 and 7C. RGB value is (213,226,124). Sum of RGB (Red+Green+Blue) = 213+226+124=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 124 (48.83% from 255 or 22.02% from 563); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E27C is #2A1D83. Grayscale: #D2D2D2. Windows color (decimal): -2760068 or 8184533. OLE color: 8184533.

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

Color convert

RGB213226124-
CMYK0.0600.450.11
HSL67.65º63.75%68.63%-
HSV(B)67.65º45.13%88.63%-
XYZ58.2869.9929.51-
YUV210.4879.19129.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 226 (88.67% from 255) = 40.14%
BLUE value IS 124 (48.83% from 255) = 22.02%
R=37.83%
G=40.14%
B=22.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2132261240.0600.450.1167.6563.7568.63
HexD5E27C602DB444045
Octal325342174605513104100105
Binary1101010111100010111110011001011011011100010010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E27C; }

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

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

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

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

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

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

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

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