#D2EA61

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

Shades of Mindaro #D2EA61

Tints of Mindaro #D2EA61

Color information

#D2EA61 (or 0xD2EA61) is unknown color: approx Mindaro. HEX triplet: D2, EA and 61. RGB value is (210,234,97). Sum of RGB (Red+Green+Blue) = 210+234+97=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 97 (38.28% from 255 or 17.93% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EA61 is #2D159E. Grayscale: #D3D3D3. Windows color (decimal): -2954655 or 6417106. OLE color: 6417106.

HSL color Cylindrical-coordinate representation of color #D2EA61: hue angle of 70.51º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2EA61 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB21023497-
CMYK0.1000.590.08
HSL70.51º76.54%64.9%-
HSV(B)70.51º58.55%91.76%-
XYZ58.1673.4122.41-
YUV211.2163.55127.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.82%
GREEN value IS 234 (91.80% from 255) = 43.25%
BLUE value IS 97 (38.28% from 255) = 17.93%
R=38.82%
G=43.25%
B=17.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal210234970.1000.590.0870.5176.5464.9
HexD2EA61A03B8474d41
Octal3223521411207310107115101
Binary11010010111010101100001101001110111000100011110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EA61; }

 p { color: rgb(210,234,97); }

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

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

 a { background-color: rgb(210,234,97); }

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

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

 span { border-color: rgb(210,234,97); }

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