#D2EB73

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

Shades of Mindaro #D2EB73

Tints of Mindaro #D2EB73

Color information

#D2EB73 (or 0xD2EB73) is unknown color: approx Mindaro. HEX triplet: D2, EB and 73. RGB value is (210,235,115). Sum of RGB (Red+Green+Blue) = 210+235+115=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EB73 is #2D148C. Grayscale: #D6D6D6. Windows color (decimal): -2954381 or 7597010. OLE color: 7597010.

HSL color Cylindrical-coordinate representation of color #D2EB73: hue angle of 72.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2EB73 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB210235115-
CMYK0.1100.510.08
HSL72.5º75%68.63%-
HSV(B)72.5º51.06%92.16%-
XYZ59.3874.3627.44-
YUV213.8472.22125.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.5%
GREEN value IS 235 (92.19% from 255) = 41.96%
BLUE value IS 115 (45.31% from 255) = 20.54%
R=37.5%
G=41.96%
B=20.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102351150.1100.510.0872.57568.63
HexD2EB73B0338484b45
Octal3223531631306310110113105
Binary11010010111010111110011101101100111000100100010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EB73; }

 p { color: rgb(210,235,115); }

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

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

 a { background-color: rgb(210,235,115); }

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

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

 span { border-color: rgb(210,235,115); }

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