#DCFD5C

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

Shades of Mindaro #DCFD5C

Tints of Mindaro #DCFD5C

Color information

#DCFD5C (or 0xDCFD5C) is unknown color: approx Mindaro. HEX triplet: DC, FD and 5C. RGB value is (220,253,92). Sum of RGB (Red+Green+Blue) = 220+253+92=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 92 (36.33% from 255 or 16.28% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD5C is #2302A3. Grayscale: #E1E1E1. Windows color (decimal): -2294436 or 6094300. OLE color: 6094300.

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

Color convert

RGB22025392-
CMYK0.1300.640.01
HSL72.3º97.58%67.65%-
HSV(B)72.3º63.64%99.22%-
XYZ66.5786.2423.26-
YUV224.7853.07124.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 253 (99.22% from 255) = 44.78%
BLUE value IS 92 (36.33% from 255) = 16.28%
R=38.94%
G=44.78%
B=16.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal220253920.1300.640.0172.397.5867.65
HexDCFD5CD0401486244
Octal3343751341501001110142104
Binary110111001111110110111001101010000001100100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFD5C; }

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

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

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

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

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

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

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

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