#DCEA85

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

Shades of Mindaro #DCEA85

Tints of Mindaro #DCEA85

Color information

#DCEA85 (or 0xDCEA85) is unknown color: approx Mindaro. HEX triplet: DC, EA and 85. RGB value is (220,234,133). Sum of RGB (Red+Green+Blue) = 220+234+133=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA85 is #23157A. Grayscale: #DADADA. Windows color (decimal): -2299259 or 8776412. OLE color: 8776412.

HSL color Cylindrical-coordinate representation of color #DCEA85: hue angle of 68.32º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCEA85 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB220234133-
CMYK0.0600.430.08
HSL68.32º70.63%71.96%-
HSV(B)68.32º43.16%91.76%-
XYZ63.1775.7533.48-
YUV218.379.86129.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 234 (91.80% from 255) = 39.86%
BLUE value IS 133 (52.34% from 255) = 22.66%
R=37.48%
G=39.86%
B=22.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202341330.0600.430.0868.3270.6371.96
HexDCEA85602B8444748
Octal334352205605310104107110
Binary11011100111010101000010111001010111000100010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEA85; }

 p { color: rgb(220,234,133); }

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

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

 a { background-color: rgb(220,234,133); }

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

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

 span { border-color: rgb(220,234,133); }

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