#DCF75F

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

Shades of Mindaro #DCF75F

Tints of Mindaro #DCF75F

Color information

#DCF75F (or 0xDCF75F) is unknown color: approx Mindaro. HEX triplet: DC, F7 and 5F. RGB value is (220,247,95). Sum of RGB (Red+Green+Blue) = 220+247+95=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 95 (37.5% from 255 or 16.90% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF75F is #2308A0. Grayscale: #DEDEDE. Windows color (decimal): -2295969 or 6289372. OLE color: 6289372.

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

Color convert

RGB22024795-
CMYK0.1100.620.03
HSL70.66º90.48%67.06%-
HSV(B)70.66º61.54%96.86%-
XYZ64.8482.5623.35-
YUV221.656.55126.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 247 (96.88% from 255) = 43.95%
BLUE value IS 95 (37.5% from 255) = 16.90%
R=39.15%
G=43.95%
B=16.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal220247950.1100.620.0370.6690.4867.06
HexDCF75FB03E3475a43
Octal334367137130763107132103
Binary110111001111011110111111011011111011100011110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF75F; }

 p { color: rgb(220,247,95); }

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

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

 a { background-color: rgb(220,247,95); }

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

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

 span { border-color: rgb(220,247,95); }

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