#DCF384

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

Shades of Mindaro #DCF384

Tints of Mindaro #DCF384

Color information

#DCF384 (or 0xDCF384) is unknown color: approx Mindaro. HEX triplet: DC, F3 and 84. RGB value is (220,243,132). Sum of RGB (Red+Green+Blue) = 220+243+132=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF384 is #230C7B. Grayscale: #DFDFDF. Windows color (decimal): -2296956 or 8713180. OLE color: 8713180.

HSL color Cylindrical-coordinate representation of color #DCF384: hue angle of 72.43º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCF384 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB220243132-
CMYK0.0900.460.05
HSL72.43º82.22%73.53%-
HSV(B)72.43º45.68%95.29%-
XYZ65.7380.9834-
YUV223.4776.38125.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 243 (95.31% from 255) = 40.84%
BLUE value IS 132 (51.95% from 255) = 22.18%
R=36.97%
G=40.84%
B=22.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202431320.0900.460.0572.4382.2273.53
HexDCF384902E548524a
Octal334363204110565110122112
Binary11011100111100111000010010010101110101100100010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF384; }

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

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

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

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

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

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

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

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