#D3E280

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

Shades of Mindaro #D3E280

Tints of Mindaro #D3E280

Color information

#D3E280 (or 0xD3E280) is unknown color: approx Mindaro. HEX triplet: D3, E2 and 80. RGB value is (211,226,128). Sum of RGB (Red+Green+Blue) = 211+226+128=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E280 is #2C1D7F. Grayscale: #D2D2D2. Windows color (decimal): -2891136 or 8446675. OLE color: 8446675.

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

Color convert

RGB211226128-
CMYK0.0700.430.11
HSL69.18º62.82%69.41%-
HSV(B)69.18º43.36%88.63%-
XYZ57.9669.830.84-
YUV210.3481.53128.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.35%
GREEN value IS 226 (88.67% from 255) = 40%
BLUE value IS 128 (50.39% from 255) = 22.65%
R=37.35%
G=40%
B=22.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2112261280.0700.430.1169.1862.8269.41
HexD3E280702BB453f45
Octal32334220070531310577105
Binary1101001111100010100000001110101011101110001011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E280; }

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

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

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

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

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

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

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

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