#D3E25A

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

Shades of Mindaro #D3E25A

Tints of Mindaro #D3E25A

Color information

#D3E25A (or 0xD3E25A) is unknown color: approx Mindaro. HEX triplet: D3, E2 and 5A. RGB value is (211,226,90). Sum of RGB (Red+Green+Blue) = 211+226+90=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E25A is #2C1DA5. Grayscale: #CECECE. Windows color (decimal): -2891174 or 5956307. OLE color: 5956307.

HSL color Cylindrical-coordinate representation of color #D3E25A: hue angle of 66.62º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3E25A is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB21122690-
CMYK0.0700.600.11
HSL66.62º70.1%61.96%-
HSV(B)66.62º60.18%88.63%-
XYZ55.9168.9820.04-
YUV206.0162.53131.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.04%
GREEN value IS 226 (88.67% from 255) = 42.88%
BLUE value IS 90 (35.55% from 255) = 17.08%
R=40.04%
G=42.88%
B=17.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal211226900.0700.600.1166.6270.161.96
HexD3E25A703CB43463e
Octal32334213270741310310676
Binary110100111110001010110101110111100101110000111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E25A; }

 p { color: rgb(211,226,90); }

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

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

 a { background-color: rgb(211,226,90); }

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

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

 span { border-color: rgb(211,226,90); }

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