#D7E27D

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

Shades of Mindaro #D7E27D

Tints of Mindaro #D7E27D

Color information

#D7E27D (or 0xD7E27D) is unknown color: approx Mindaro. HEX triplet: D7, E2 and 7D. RGB value is (215,226,125). Sum of RGB (Red+Green+Blue) = 215+226+125=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 226 - color contains mainly: green. Hex color #D7E27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7E27D is #281D82. Grayscale: #D3D3D3. Windows color (decimal): -2628995 or 8250071. OLE color: 8250071.

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

Color convert

RGB215226125-
CMYK0.0500.450.11
HSL66.53º63.52%68.82%-
HSV(B)66.53º44.69%88.63%-
XYZ58.9270.3229.87-
YUV211.279.36130.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.99%
GREEN value IS 226 (88.67% from 255) = 39.93%
BLUE value IS 125 (49.22% from 255) = 22.08%
R=37.99%
G=39.93%
B=22.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2152261250.0500.450.1166.5363.5268.82
HexD7E27D502DB434045
Octal327342175505513103100105
Binary1101011111100010111110110101011011011100001110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E27D; }

 p { color: rgb(215,226,125); }

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

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

 a { background-color: rgb(215,226,125); }

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

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

 span { border-color: rgb(215,226,125); }

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