#D2ED74

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

Shades of Mindaro #D2ED74

Tints of Mindaro #D2ED74

Color information

#D2ED74 (or 0xD2ED74) is unknown color: approx Mindaro. HEX triplet: D2, ED and 74. RGB value is (210,237,116). Sum of RGB (Red+Green+Blue) = 210+237+116=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 116 (45.70% from 255 or 20.60% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #D2ED74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2ED74 is #2D128B. Grayscale: #D7D7D7. Windows color (decimal): -2953868 or 7663058. OLE color: 7663058.

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

Color convert

RGB210237116-
CMYK0.1100.510.07
HSL73.39º77.07%69.22%-
HSV(B)73.39º51.05%92.94%-
XYZ60.0175.5327.94-
YUV215.1372.05124.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.30%
GREEN value IS 237 (92.97% from 255) = 42.10%
BLUE value IS 116 (45.70% from 255) = 20.60%
R=37.30%
G=42.10%
B=20.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102371160.1100.510.0773.3977.0769.22
HexD2ED74B0337494d45
Octal322355164130637111115105
Binary1101001011101101111010010110110011111100100110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ED74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ED74; }

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

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

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

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

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

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

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

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