#D6E383

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

Shades of Mindaro #D6E383

Tints of Mindaro #D6E383

Color information

#D6E383 (or 0xD6E383) is unknown color: approx Mindaro. HEX triplet: D6, E3 and 83. RGB value is (214,227,131). Sum of RGB (Red+Green+Blue) = 214+227+131=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 227 (89.06% from 255 or 39.69% from 572); Blue value is 131 (51.56% from 255 or 22.90% from 572); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E383 is #291C7C. Grayscale: #D4D4D4. Windows color (decimal): -2694269 or 8643542. OLE color: 8643542.

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

Color convert

RGB214227131-
CMYK0.0600.420.11
HSL68.12º63.16%70.2%-
HSV(B)68.12º42.29%89.02%-
XYZ59.370.8732.03-
YUV212.1782.19129.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.41%
GREEN value IS 227 (89.06% from 255) = 39.69%
BLUE value IS 131 (51.56% from 255) = 22.90%
R=37.41%
G=39.69%
B=22.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142271310.0600.420.1168.1263.1670.2
HexD6E383602AB443f46
Octal32634320360521310477106
Binary1101011011100011100000111100101010101110001001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E383; }

 p { color: rgb(214,227,131); }

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

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

 a { background-color: rgb(214,227,131); }

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

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

 span { border-color: rgb(214,227,131); }

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