#D2E073

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

Shades of Mindaro #D2E073

Tints of Mindaro #D2E073

Color information

#D2E073 (or 0xD2E073) is unknown color: approx Mindaro. HEX triplet: D2, E0 and 73. RGB value is (210,224,115). Sum of RGB (Red+Green+Blue) = 210+224+115=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E073 is #2D1F8C. Grayscale: #CFCFCF. Windows color (decimal): -2957197 or 7594194. OLE color: 7594194.

HSL color Cylindrical-coordinate representation of color #D2E073: hue angle of 67.71º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2E073 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB210224115-
CMYK0.0600.490.12
HSL67.71º63.74%66.47%-
HSV(B)67.71º48.66%87.84%-
XYZ56.3368.2526.42-
YUV207.3975.86129.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.25%
GREEN value IS 224 (87.89% from 255) = 40.80%
BLUE value IS 115 (45.31% from 255) = 20.95%
R=38.25%
G=40.80%
B=20.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102241150.0600.490.1267.7163.7466.47
HexD2E0736031C444042
Octal322340163606114104100102
Binary1101001011100000111001111001100011100100010010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E073; }

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

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

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

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

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

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

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

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