#DCF684

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

Shades of Mindaro #DCF684

Tints of Mindaro #DCF684

Color information

#DCF684 (or 0xDCF684) is unknown color: approx Mindaro. HEX triplet: DC, F6 and 84. RGB value is (220,246,132). Sum of RGB (Red+Green+Blue) = 220+246+132=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 246 (96.48% from 255 or 41.14% from 598); Blue value is 132 (51.95% from 255 or 22.07% from 598); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF684 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF684 is #23097B. Grayscale: #E1E1E1. Windows color (decimal): -2296188 or 8713948. OLE color: 8713948.

HSL color Cylindrical-coordinate representation of color #DCF684: hue angle of 73.68º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCF684 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB220246132-
CMYK0.1100.460.04
HSL73.68º86.36%74.12%-
HSV(B)73.68º46.34%96.47%-
XYZ66.6482.7934.3-
YUV225.2375.39124.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 246 (96.48% from 255) = 41.14%
BLUE value IS 132 (51.95% from 255) = 22.07%
R=36.79%
G=41.14%
B=22.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202461320.1100.460.0473.6886.3674.12
HexDCF684B02E44a564a
Octal334366204130564112126112
Binary11011100111101101000010010110101110100100101010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF684; }

 p { color: rgb(220,246,132); }

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

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

 a { background-color: rgb(220,246,132); }

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

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

 span { border-color: rgb(220,246,132); }

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