#D1E360

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

Shades of Mindaro #D1E360

Tints of Mindaro #D1E360

Color information

#D1E360 (or 0xD1E360) is unknown color: approx Mindaro. HEX triplet: D1, E3 and 60. RGB value is (209,227,96). Sum of RGB (Red+Green+Blue) = 209+227+96=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E360 is #2E1C9F. Grayscale: #CFCFCF. Windows color (decimal): -3021984 or 6349777. OLE color: 6349777.

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

Color convert

RGB20922796-
CMYK0.0800.580.11
HSL68.24º70.05%63.33%-
HSV(B)68.24º57.71%89.02%-
XYZ55.8769.3421.5-
YUV206.6865.54129.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.29%
GREEN value IS 227 (89.06% from 255) = 42.67%
BLUE value IS 96 (37.89% from 255) = 18.05%
R=39.29%
G=42.67%
B=18.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal209227960.0800.580.1168.2470.0563.33
HexD1E360803AB44463f
Octal321343140100721310410677
Binary1101000111100011110000010000111010101110001001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E360; }

 p { color: rgb(209,227,96); }

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

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

 a { background-color: rgb(209,227,96); }

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

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

 span { border-color: rgb(209,227,96); }

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