#D6E562

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

Shades of Mindaro #D6E562

Tints of Mindaro #D6E562

Color information

#D6E562 (or 0xD6E562) is unknown color: approx Mindaro. HEX triplet: D6, E5 and 62. RGB value is (214,229,98). Sum of RGB (Red+Green+Blue) = 214+229+98=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 98 (38.67% from 255 or 18.11% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #D6E562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E562 is #291A9D. Grayscale: #D2D2D2. Windows color (decimal): -2693790 or 6481366. OLE color: 6481366.

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

Color convert

RGB21422998-
CMYK0.0700.570.10
HSL66.87º71.58%64.12%-
HSV(B)66.87º57.21%89.8%-
XYZ57.9671.2222.25-
YUV209.5865.03131.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 229 (89.84% from 255) = 42.33%
BLUE value IS 98 (38.67% from 255) = 18.11%
R=39.56%
G=42.33%
B=18.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal214229980.0700.570.1066.8771.5864.12
HexD6E5627039A434840
Octal326345142707112103110100
Binary1101011011100101110001011101110011010100001110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E562; }

 p { color: rgb(214,229,98); }

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

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

 a { background-color: rgb(214,229,98); }

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

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

 span { border-color: rgb(214,229,98); }

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