#D2E360

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

Shades of Mindaro #D2E360

Tints of Mindaro #D2E360

Color information

#D2E360 (or 0xD2E360) is unknown color: approx Mindaro. HEX triplet: D2, E3 and 60. RGB value is (210,227,96). Sum of RGB (Red+Green+Blue) = 210+227+96=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E360 is #2D1C9F. Grayscale: #CFCFCF. Windows color (decimal): -2956448 or 6349778. OLE color: 6349778.

HSL color Cylindrical-coordinate representation of color #D2E360: hue angle of 67.79º 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 #D2E360 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB21022796-
CMYK0.0700.580.11
HSL67.79º70.05%63.33%-
HSV(B)67.79º57.71%89.02%-
XYZ56.1669.4821.52-
YUV206.9865.37130.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.40%
GREEN value IS 227 (89.06% from 255) = 42.59%
BLUE value IS 96 (37.89% from 255) = 18.01%
R=39.40%
G=42.59%
B=18.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210227960.0700.580.1167.7970.0563.33
HexD2E360703AB44463f
Octal32234314070721310410677
Binary110100101110001111000001110111010101110001001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E360; }

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

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

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

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

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

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

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

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