#D2E074

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

Shades of Mindaro #D2E074

Tints of Mindaro #D2E074

Color information

#D2E074 (or 0xD2E074) is unknown color: approx Mindaro. HEX triplet: D2, E0 and 74. RGB value is (210,224,116). Sum of RGB (Red+Green+Blue) = 210+224+116=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 116 (45.70% from 255 or 21.09% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E074 is #2D1F8B. Grayscale: #CFCFCF. Windows color (decimal): -2957196 or 7659730. OLE color: 7659730.

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

Color convert

RGB210224116-
CMYK0.0600.480.12
HSL67.78º63.53%66.67%-
HSV(B)67.78º48.21%87.84%-
XYZ56.3968.2726.73-
YUV207.576.36129.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.18%
GREEN value IS 224 (87.89% from 255) = 40.73%
BLUE value IS 116 (45.70% from 255) = 21.09%
R=38.18%
G=40.73%
B=21.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102241160.0600.480.1267.7863.5366.67
HexD2E0746030C444043
Octal322340164606014104100103
Binary1101001011100000111010011001100001100100010010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E074; }

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

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

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

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

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

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

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

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