#DCFA65

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

Shades of Mindaro #DCFA65

Tints of Mindaro #DCFA65

Color information

#DCFA65 (or 0xDCFA65) is unknown color: approx Mindaro. HEX triplet: DC, FA and 65. RGB value is (220,250,101). Sum of RGB (Red+Green+Blue) = 220+250+101=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 101 (39.84% from 255 or 17.69% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA65 is #23059A. Grayscale: #E0E0E0. Windows color (decimal): -2295195 or 6683356. OLE color: 6683356.

HSL color Cylindrical-coordinate representation of color #DCFA65: hue angle of 72.08º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCFA65 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB220250101-
CMYK0.1200.600.02
HSL72.08º93.71%68.82%-
HSV(B)72.08º59.6%98.04%-
XYZ66.0584.5325.15-
YUV224.0458.56125.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 250 (98.05% from 255) = 43.78%
BLUE value IS 101 (39.84% from 255) = 17.69%
R=38.53%
G=43.78%
B=17.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202501010.1200.600.0272.0893.7168.82
HexDCFA65C03C2485e45
Octal334372145140742110136105
Binary110111001111101011001011100011110010100100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFA65; }

 p { color: rgb(220,250,101); }

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

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

 a { background-color: rgb(220,250,101); }

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

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

 span { border-color: rgb(220,250,101); }

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