#D2E26A

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

Shades of Mindaro #D2E26A

Tints of Mindaro #D2E26A

Color information

#D2E26A (or 0xD2E26A) is unknown color: approx Mindaro. HEX triplet: D2, E2 and 6A. RGB value is (210,226,106). Sum of RGB (Red+Green+Blue) = 210+226+106=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E26A is #2D1D95. Grayscale: #D0D0D0. Windows color (decimal): -2956694 or 7004882. OLE color: 7004882.

HSL color Cylindrical-coordinate representation of color #D2E26A: hue angle of 68º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2E26A is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB210226106-
CMYK0.0700.530.11
HSL68º67.42%65.1%-
HSV(B)68º53.1%88.63%-
XYZ56.3869.1324.01-
YUV207.5470.7129.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.75%
GREEN value IS 226 (88.67% from 255) = 41.70%
BLUE value IS 106 (41.80% from 255) = 19.56%
R=38.75%
G=41.70%
B=19.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102261060.0700.530.116867.4265.1
HexD2E26A7035B444341
Octal322342152706513104103101
Binary1101001011100010110101011101101011011100010010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E26A; }

 p { color: rgb(210,226,106); }

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

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

 a { background-color: rgb(210,226,106); }

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

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

 span { border-color: rgb(210,226,106); }

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