#D6E27E

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

Shades of Mindaro #D6E27E

Tints of Mindaro #D6E27E

Color information

#D6E27E (or 0xD6E27E) is unknown color: approx Mindaro. HEX triplet: D6, E2 and 7E. RGB value is (214,226,126). Sum of RGB (Red+Green+Blue) = 214+226+126=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E27E is #291D81. Grayscale: #D3D3D3. Windows color (decimal): -2694530 or 8315606. OLE color: 8315606.

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

Color convert

RGB214226126-
CMYK0.0500.440.11
HSL67.2º63.29%69.02%-
HSV(B)67.2º44.25%88.63%-
XYZ58.6970.230.19-
YUV211.0180.02130.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 226 (88.67% from 255) = 39.93%
BLUE value IS 126 (49.61% from 255) = 22.26%
R=37.81%
G=39.93%
B=22.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142261260.0500.440.1167.263.2969.02
HexD6E27E502CB433f45
Octal32634217650541310377105
Binary110101101110001011111101010101100101110000111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E27E; }

 p { color: rgb(214,226,126); }

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

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

 a { background-color: rgb(214,226,126); }

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

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

 span { border-color: rgb(214,226,126); }

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