#DCFD6D

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

Shades of Mindaro #DCFD6D

Tints of Mindaro #DCFD6D

Color information

#DCFD6D (or 0xDCFD6D) is unknown color: approx Mindaro. HEX triplet: DC, FD and 6D. RGB value is (220,253,109). Sum of RGB (Red+Green+Blue) = 220+253+109=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 109 (42.97% from 255 or 18.73% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD6D is #230292. Grayscale: #E3E3E3. Windows color (decimal): -2294419 or 7208412. OLE color: 7208412.

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

Color convert

RGB220253109-
CMYK0.1300.570.01
HSL73.75º97.3%70.98%-
HSV(B)73.75º56.92%99.22%-
XYZ67.486.5727.63-
YUV226.7261.57123.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.80%
GREEN value IS 253 (99.22% from 255) = 43.47%
BLUE value IS 109 (42.97% from 255) = 18.73%
R=37.80%
G=43.47%
B=18.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202531090.1300.570.0173.7597.370.98
HexDCFD6DD03914a6147
Octal334375155150711112141107
Binary11011100111111011101101110101110011100101011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFD6D; }

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

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

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

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

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

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

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

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