#DCF95D

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

Shades of Mindaro #DCF95D

Tints of Mindaro #DCF95D

Color information

#DCF95D (or 0xDCF95D) is unknown color: approx Mindaro. HEX triplet: DC, F9 and 5D. RGB value is (220,249,93). Sum of RGB (Red+Green+Blue) = 220+249+93=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 93 (36.72% from 255 or 16.55% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF95D is #2306A2. Grayscale: #DFDFDF. Windows color (decimal): -2295459 or 6158812. OLE color: 6158812.

HSL color Cylindrical-coordinate representation of color #DCF95D: hue angle of 71.15º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCF95D is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB22024993-
CMYK0.1200.630.02
HSL71.15º92.86%67.06%-
HSV(B)71.15º62.65%97.65%-
XYZ65.3783.7623.08-
YUV222.5454.89126.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 249 (97.66% from 255) = 44.31%
BLUE value IS 93 (36.72% from 255) = 16.55%
R=39.15%
G=44.31%
B=16.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal220249930.1200.630.0271.1592.8667.06
HexDCF95DC03F2475d43
Octal334371135140772107135103
Binary110111001111100110111011100011111110100011110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF95D; }

 p { color: rgb(220,249,93); }

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

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

 a { background-color: rgb(220,249,93); }

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

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

 span { border-color: rgb(220,249,93); }

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