#d2e761

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

Shades of Mindaro #D2E761

Tints of Mindaro #D2E761

Color information

#D2E761 (or 0xD2E761) is unknown color: approx Mindaro. HEX triplet: D2, E7 and 61. RGB value is (210,231,97). Sum of RGB (Red+Green+Blue) = 210+231+97=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 231 (90.62% from 255 or 42.94% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E761 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E761 is #2D189E. Grayscale: #D1D1D1. Windows color (decimal): -2955423 or 6416338. OLE color: 6416338.

HSL color Cylindrical-coordinate representation of color #D2E761: hue angle of 69.4º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2E761 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB21023197-
CMYK0.0900.580.09
HSL69.4º73.63%64.31%-
HSV(B)69.4º58.01%90.59%-
XYZ57.3171.7222.13-
YUV209.4464.54128.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.03%
GREEN value IS 231 (90.62% from 255) = 42.94%
BLUE value IS 97 (38.28% from 255) = 18.03%
R=39.03%
G=42.94%
B=18.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210231970.0900.580.0969.473.6364.31
HexD2E761903A9454a40
Octal3223471411107211105112100
Binary11010010111001111100001100101110101001100010110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2e761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2e761; }

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

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

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

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

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

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

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

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