#D6E67A

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

Shades of Mindaro #D6E67A

Tints of Mindaro #D6E67A

Color information

#D6E67A (or 0xD6E67A) is unknown color: approx Mindaro. HEX triplet: D6, E6 and 7A. RGB value is (214,230,122). Sum of RGB (Red+Green+Blue) = 214+230+122=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E67A is #291985. Grayscale: #D5D5D5. Windows color (decimal): -2693510 or 8054486. OLE color: 8054486.

HSL color Cylindrical-coordinate representation of color #D6E67A: hue angle of 68.89º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6E67A is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB214230122-
CMYK0.0700.470.10
HSL68.89º68.35%69.02%-
HSV(B)68.89º46.96%90.2%-
XYZ59.5472.2929.23-
YUV212.976.7128.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 230 (90.23% from 255) = 40.64%
BLUE value IS 122 (48.05% from 255) = 21.55%
R=37.81%
G=40.64%
B=21.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2142301220.0700.470.1068.8968.3569.02
HexD6E67A702FA454445
Octal326346172705712105104105
Binary1101011011100110111101011101011111010100010110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E67A; }

 p { color: rgb(214,230,122); }

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

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

 a { background-color: rgb(214,230,122); }

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

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

 span { border-color: rgb(214,230,122); }

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