#DCFD78

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

Shades of Mindaro #DCFD78

Tints of Mindaro #DCFD78

Color information

#DCFD78 (or 0xDCFD78) is unknown color: approx Mindaro. HEX triplet: DC, FD and 78. RGB value is (220,253,120). Sum of RGB (Red+Green+Blue) = 220+253+120=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 120 (47.27% from 255 or 20.24% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD78 is #230287. Grayscale: #E4E4E4. Windows color (decimal): -2294408 or 7929308. OLE color: 7929308.

HSL color Cylindrical-coordinate representation of color #DCFD78: hue angle of 74.89º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCFD78 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB220253120-
CMYK0.1300.530.01
HSL74.89º97.08%73.14%-
HSV(B)74.89º52.57%99.22%-
XYZ68.0386.8230.94-
YUV227.9767.07122.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 253 (99.22% from 255) = 42.66%
BLUE value IS 120 (47.27% from 255) = 20.24%
R=37.10%
G=42.66%
B=20.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202531200.1300.530.0174.8997.0873.14
HexDCFD78D03514b6149
Octal334375170150651113141111
Binary11011100111111011111000110101101011100101111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFD78; }

 p { color: rgb(220,253,120); }

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

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

 a { background-color: rgb(220,253,120); }

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

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

 span { border-color: rgb(220,253,120); }

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