#DCF868

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

Shades of Mindaro #DCF868

Tints of Mindaro #DCF868

Color information

#DCF868 (or 0xDCF868) is unknown color: approx Mindaro. HEX triplet: DC, F8 and 68. RGB value is (220,248,104). Sum of RGB (Red+Green+Blue) = 220+248+104=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 248 (97.27% from 255 or 43.36% from 572); Blue value is 104 (41.02% from 255 or 18.18% from 572); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF868 is #230797. Grayscale: #DFDFDF. Windows color (decimal): -2295704 or 6879452. OLE color: 6879452.

HSL color Cylindrical-coordinate representation of color #DCF868: hue angle of 71.67º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCF868 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB220248104-
CMYK0.1100.580.03
HSL71.67º91.14%69.02%-
HSV(B)71.67º58.06%97.25%-
XYZ65.5883.3525.73-
YUV223.2160.72125.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 248 (97.27% from 255) = 43.36%
BLUE value IS 104 (41.02% from 255) = 18.18%
R=38.46%
G=43.36%
B=18.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202481040.1100.580.0371.6791.1469.02
HexDCF868B03A3485b45
Octal334370150130723110133105
Binary110111001111100011010001011011101011100100010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF868; }

 p { color: rgb(220,248,104); }

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

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

 a { background-color: rgb(220,248,104); }

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

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

 span { border-color: rgb(220,248,104); }

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